This commit is contained in:
xiaojunnuo
2025-11-07 01:50:34 +08:00
parent 335cf93970
commit 802683b765
2 changed files with 12 additions and 9 deletions
@@ -127,8 +127,8 @@ export const useSettingStore = defineStore({
return this.installInfo;
},
isPlus(): boolean {
// return this.plusInfo?.isPlus && this.plusInfo?.expireTime > new Date().getTime();
return false;
return this.plusInfo?.isPlus && this.plusInfo?.expireTime > new Date().getTime();
// return false;
},
isComm(): boolean {
return this.plusInfo?.isComm && this.plusInfo?.expireTime > new Date().getTime();