mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
🌈 style: 优化代码格式化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user