From fd14ec406571e052e866cadc57dddcd052397311 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/cfg/cfg_xlsx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index e2b764fe..f6cd1373 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -255,21 +255,21 @@ "out_file": "SevenLogin.json", "key": "Id", "sheet_name" :"SevenLogin", - "fields" :["Diamond", "RewardNum"] + "fields" :["Energy", "RewardNum"] }, { "in_file": "SevenLoginCfg.xlsx", "out_file": "SevenLoginJackpot.json", "key": "Id", "sheet_name" :"Jackpot", - "fields" :["Diamond", "Item", "Month", "Type"] + "fields" :["Energy", "Item", "Month", "Type"] }, { "in_file": "SevenLoginCfg.xlsx", "out_file": "SevenLoginMonth.json", "key": "Id", "sheet_name" :"Month", - "fields" :["Active", "Diamond", "RewardNum", "Month"] + "fields" :["Active", "Energy", "RewardNum", "Month"] }, { "in_file": "Base.xlsx",