🌈 style: 优化代码格式化

This commit is contained in:
alger
2025-01-10 22:49:55 +08:00
parent ddb814da10
commit 62e26cae7d
40 changed files with 450 additions and 239 deletions
+1 -3
View File
@@ -43,7 +43,7 @@ interface Profile {
createTime: number;
nickname: string;
avatarUrl: string;
experts: Experts;
experts: any;
expertTags?: any;
djStatus: number;
accountStatus: number;
@@ -79,8 +79,6 @@ interface Profile {
newFollows: number;
}
interface Experts {}
interface UserPoint {
userId: number;
balance: number;