chore: project manager

This commit is contained in:
xiaojunnuo
2026-02-04 18:24:15 +08:00
parent bb0afe1fa7
commit 2fc491015e
17 changed files with 1087 additions and 3 deletions
@@ -141,6 +141,9 @@ export const useSettingStore = defineStore({
isComm(): boolean {
return this.plusInfo?.isComm && (this.plusInfo?.expireTime === -1 || this.plusInfo?.expireTime > new Date().getTime());
},
isEnterprise(): boolean {
return this.isPlus && this.sysPublic.adminMode === "enterprise";
},
isAgent(): boolean {
return this.siteEnv?.agent?.enabled === true;
},