CN-232 Cyptocurrency--近期挖矿事件新图表开发

This commit is contained in:
hyx
2021-12-14 07:38:09 +08:00
parent 69ff5446e4
commit 4ef3ec5a84
4 changed files with 192 additions and 3 deletions

View File

@@ -700,6 +700,10 @@ export function isDomainWhois (type) {
export function isDomainDnsRecord (type) {
return type === 84
}
/* 近期挖矿事件 */
export function isCryptocurrencyEventList (type) {
return type === 85
}
/* 组 */
export function isGroup (type) {
return type === 94