From 1f6a2235f79eef18cc6670028c5ab8e910af80db Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 20:58:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E6=9B=B4=E6=96=B0=20Activ?= =?UTF-8?q?ityWelfareConf.json=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 ID 为 2 的配置项 "在线豪礼" - 保留了其他配置项的结构和内容 - 对配置文件进行了格式化,增加了缩进和换行,提高可读性 --- configs/ActivityWelfareConf.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/ActivityWelfareConf.json b/configs/ActivityWelfareConf.json index 2a12097..2fd7a10 100644 --- a/configs/ActivityWelfareConf.json +++ b/configs/ActivityWelfareConf.json @@ -1 +1,6 @@ -{"1":{"Id":1,"actId":10005,"name":"每日签到"},"2":{"Id":2,"actId":10408,"name":"在线豪礼","view":"app.OnlineRewardsView"},"3":{"Id":3,"actId":10149,"name":"装备首爆","view":"app.OpenServerSportsView"},"4":{"Id":4,"actId":10148,"name":"BOSS首杀","view":"app.OpenServerSportsView"},"5":{"Id":5,"actId":10011,"name":"激活码"}} \ No newline at end of file +{ + "1": { "Id": 1, "actId": 10005, "name": "每日签到" }, + "3": { "Id": 3, "actId": 10149, "name": "装备首爆", "view": "app.OpenServerSportsView" }, + "4": { "Id": 4, "actId": 10148, "name": "BOSS首杀", "view": "app.OpenServerSportsView" }, + "5": { "Id": 5, "actId": 10011, "name": "激活码" } +}