From 4125c9326706610bc87c509b5205a7f8fb15e247 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Tue, 2 Sep 2025 01:22:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=B8=B8=E9=A9=BB?= =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=85=B3=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/constants.py b/app/utils/constants.py index 1291491..f53cca6 100644 --- a/app/utils/constants.py +++ b/app/utils/constants.py @@ -29,10 +29,10 @@ RESOURCE_STAGE_INFO = [ "text": "12-17-HARD | 常驻开放", "days": [1, 2, 3, 4, 5, 6, 7], }, + {"value": "LS-6", "text": "经验-6/5 | 常驻开放", "days": [1, 2, 3, 4, 5, 6, 7]}, {"value": "CE-6", "text": "龙门币-6/5 | 二四六日开放", "days": [2, 4, 6, 7]}, {"value": "AP-5", "text": "红票-5 | 一四六日开放", "days": [1, 4, 6, 7]}, {"value": "CA-5", "text": "技能-5 | 二三五日开放", "days": [2, 3, 5, 7]}, - {"value": "LS-6", "text": "经验-6/5 | 常驻开放", "days": [1, 2, 3, 4, 5, 6, 7]}, {"value": "SK-5", "text": "碳-5 | 一三五六开放", "days": [1, 3, 5, 6]}, {"value": "PR-A-1", "text": "奶/盾芯片 | 一四五日开放", "days": [1, 4, 5, 7]}, {"value": "PR-A-2", "text": "奶/盾芯片组 | 一四五日开放", "days": [1, 4, 5, 7]},