refactor(config): 更新 PlayFunConfig.json 中的 openDay 参数

- 将 openDay 参数从 1 修改为 202501212023,以满足特定的开启需求
- 此修改影响两个位置:isOpenNeed 和 isShowNeed 对象中的 openDay 字段
This commit is contained in:
2025-01-21 20:24:10 +08:00
parent c8e4140f72
commit f90a2e3512

View File

@@ -1729,7 +1729,7 @@
"id": 100, "id": 100,
"layer": 6, "layer": 6,
"isOpenNeed": { "isOpenNeed": {
"openDay": 1, "openDay": 202501212023,
"level": 1 "level": 1
}, },
"phoneCls": "app.FuliIqiyiQQGroupRuleIcon", "phoneCls": "app.FuliIqiyiQQGroupRuleIcon",
@@ -1738,7 +1738,7 @@
10001 10001
], ],
"isShowNeed": { "isShowNeed": {
"openDay": 1, "openDay": 202501212023,
"level": 1 "level": 1
}, },
"icon": "icon_aiqiyiQQqun", "icon": "icon_aiqiyiQQqun",