From f4ca3ac2c165924818de57f326db14f9e8e6cebf Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 27 Sep 2023 14:21:05 +0800 Subject: [PATCH] =?UTF-8?q?clear:=20=E6=B8=85=E7=90=86=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicGoods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/dictionary/DicGoods.ts b/shared/pubUtils/dictionary/DicGoods.ts index 5ebb07f36..ef747cf28 100644 --- a/shared/pubUtils/dictionary/DicGoods.ts +++ b/shared/pubUtils/dictionary/DicGoods.ts @@ -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');