fix(账号): 固化超级管理员身份

This commit is contained in:
Script Generator
2026-06-26 11:18:00 +08:00
parent 56e0fe562d
commit 4cda624dc7
13 changed files with 419 additions and 80 deletions

View File

@@ -15,6 +15,7 @@ export interface Member {
email: string;
password: string;
createdAt: string;
isSystem?: boolean;
}
export interface RoleItem {