From 4a17a8cb04ec738e07a6ce8f8e27dc9ba3db54ff Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:55:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=A7=A3=E6=9E=90=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/cfg/cfg_xlsx.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index da3cd935..e2d55a69 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -201,6 +201,13 @@ "sheet_name" :"DailyTaskActive", "fields" :["Num", "Reward"] }, + { + "in_file": "DailyTask.xlsx", + "out_file": "DailyTaskReward.json", + "key": "Id", + "sheet_name" :"DailyTaskReward", + "fields" :["ItemID", "PetCoinBase", "ScoreReward", "RewardGroupType", "SortId"] + }, { "in_file": "DailyTask.xlsx", "out_file": "DailyTaskJackpot.json",