feat:增加登录模块

This commit is contained in:
2025-06-25 23:48:43 +08:00
parent 37b2e588db
commit 99f828381d
21 changed files with 822 additions and 82 deletions

View File

@@ -25,7 +25,7 @@ export interface IRecord {
id: number;
name: string;
category: string;
person: number;
person: string;
date: string;
imageUrl: string;
}