From f90a2e35125384cd9cfeab8cca6360a98ef77814 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 20:24:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E6=9B=B4=E6=96=B0=20PlayFu?= =?UTF-8?q?nConfig.json=20=E4=B8=AD=E7=9A=84=20openDay=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 openDay 参数从 1 修改为 202501212023,以满足特定的开启需求 - 此修改影响两个位置:isOpenNeed 和 isShowNeed 对象中的 openDay 字段 --- configs/PlayFunConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/PlayFunConfig.json b/configs/PlayFunConfig.json index 9dadaf3..2cea38d 100644 --- a/configs/PlayFunConfig.json +++ b/configs/PlayFunConfig.json @@ -1729,7 +1729,7 @@ "id": 100, "layer": 6, "isOpenNeed": { - "openDay": 1, + "openDay": 202501212023, "level": 1 }, "phoneCls": "app.FuliIqiyiQQGroupRuleIcon", @@ -1738,7 +1738,7 @@ 10001 ], "isShowNeed": { - "openDay": 1, + "openDay": 202501212023, "level": 1 }, "icon": "icon_aiqiyiQQqun",