feat: 添加登录页面样式、认证服务和修改密码组件。

This commit is contained in:
2026-01-31 14:42:15 +08:00
parent 53336bf260
commit a612adf68b
3 changed files with 413 additions and 22 deletions

View File

@@ -17,6 +17,7 @@ export interface User {
username: string;
avatar?: string;
is_active: boolean;
has_password?: boolean;
created_at: string;
updated_at: string;
}