From 586897a237cbcf72c387bd661e5e5087ad3f6659 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E8=84=9A=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/cfg/cfg_xlsx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index d1fc70e8..c6186443 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -455,14 +455,14 @@ "out_file": "Endless.json", "key": "Id", "sheet_name" :"Endless", - "fields" :["ChargeId", "Money", "Diamond", "NextMoney"] + "fields" :["ChargeId", "Money", "Energy", "NextMoney"] }, { "in_file": "Endless.xlsx", "out_file": "EndlessJackpot.json", "key": "Id", "sheet_name" :"Jackpot", - "fields" :["ItemId", "Type", "Diamond","Lv"] + "fields" :["ItemId", "Type", "Energy","Lv"] }, { "in_file": "Champship.xlsx",