fix: lock resousers
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user