fix: lock resousers

This commit is contained in:
zzc
2026-03-11 17:44:24 +08:00
parent 9c4f0c5650
commit f653e6659a
2 changed files with 59 additions and 16 deletions

View File

@@ -78,9 +78,11 @@ export const getUnlockLabel = (unlockType) => {
if (!unlockType) return "解锁";
switch (unlockType) {
case "sing3":
return "登录3天";
case "sing1":
return "登录1天";
return "连续签到3天";
case "sing5":
return "连续签到5天";
case "sing7":
return "连续签到7天";
case "ad":
return "广告";
case "vip":