clear: 清理不需要的参数

This commit is contained in:
luying
2023-09-27 14:21:05 +08:00
parent 15f8004766
commit f4ca3ac2c1

View File

@@ -1,6 +1,6 @@
// 物品表
import { decodeArrayListStr, readFileAndParse, parseGoodStr, } from '../util'
import { FILENAME, ITID, } from '../../consts'
import { FILENAME } from '../../consts'
import { RewardInter } from '../interface';
const _ = require('lodash');