chore: 企业管理模式初步

This commit is contained in:
xiaojunnuo
2026-02-04 15:49:01 +08:00
parent bd511f97cb
commit eb46f8c776
24 changed files with 285 additions and 3 deletions
@@ -86,6 +86,9 @@ export type SysPublicSetting = {
>;
// 系统通知
notice?: string;
// 管理员模式
adminMode?: "enterprise" | "saas";
};
export type SuiteSetting = {
enabled?: boolean;