From 34ea1fa4f36cd8263cb43c6f52a0039d416bfd66 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 8db33ae7..1eaa9ef8 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -30,6 +30,13 @@ "sheet_name" :"Emit", "fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire", "N"] }, + { + "in_file": "Friend.xlsx", + "out_file": "FriendConst.json", + "key": "Key", + "sheet_name" :"const", + "fields" :["Key", "Value"] + }, { "in_file": "StartMerge.xlsx", "out_file": "StartMerge.json",