Merge remote-tracking branch 'aliyun/feature/a-card-operations' into develop

This commit is contained in:
tao.chen
2026-09-04 15:52:46 +08:00
130 changed files with 14199 additions and 2008 deletions
@@ -15,6 +15,7 @@ const MODULE_LABELS: Record<string, string> = {
script: "构建脚本",
schedule: "调度配置",
system: "系统管理",
operations: "运维工作台",
};
/** 勾选框样式:复刻原生 checkbox 外观(白底、灰边、蓝色勾选),并对齐 permission item 的 3px 顶部偏移。 */
@@ -20,7 +20,7 @@ export type UserFormState = {
username: string;
display_name: string;
email: string;
role_code: "admin" | "developer";
role_code: string;
password: string;
status: "active" | "disabled" | "locked";
};