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
@@ -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";
};