军团活动bug

This commit is contained in:
luying
2022-04-21 22:23:13 +08:00
parent 1e5bffc36c
commit 7e7426dc0d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { decodeArrayListStr, readFileAndParse } from '../util'
import { ABI_TYPE, FILENAME, HERO_ATTR } from '../../consts'
import { FILENAME } from '../../consts'
type KeysEnum<T> = { [P in keyof Required<T>]: true };
const _ = require('lodash');