feat(个人中心): 个人中心

个人中心完成
This commit is contained in:
猿小天
2023-03-12 22:30:13 +08:00
parent aef2becd01
commit e4b4e6aa0b
3 changed files with 174 additions and 13 deletions

View File

@@ -15,8 +15,8 @@ type Recommend = {
};
declare type PersonalState = {
newsInfoList: NewInfo[];
recommendList: Recommend[];
personalForm: {
avatar:string,
username: string;
name: string;
email: string;