mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user