mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-26 22:39:43 +08:00
💄 调整抽奖UI
This commit is contained in:
6
src/types/BBS/Post.d.ts
vendored
6
src/types/BBS/Post.d.ts
vendored
@@ -161,9 +161,7 @@ declare namespace TGApp.BBS.Post {
|
||||
* @property {string} avatar 用户头像
|
||||
* @property {number} gender 用户性别
|
||||
* @property {TGApp.BBS.User.Certification} certification 用户认证信息
|
||||
* @property level_exp 用户等级经验
|
||||
* @property {number} level_exp.level 用户等级
|
||||
* @property {number} level_exp.exp 用户经验
|
||||
* @property {TGApp.BBS.User.LevelExp|null} level_exp 用户经验
|
||||
* @property {boolean} is_following 是否关注
|
||||
* @property {boolean} is_followed 是否被关注
|
||||
* @property {string} avatar_url 用户头像链接
|
||||
@@ -180,7 +178,7 @@ declare namespace TGApp.BBS.Post {
|
||||
avatar: string;
|
||||
gender: number;
|
||||
certification: TGApp.BBS.User.Certification;
|
||||
level_exp: TGApp.BBS.User.LevelExp;
|
||||
level_exp: TGApp.BBS.User.LevelExp | null;
|
||||
is_following: boolean;
|
||||
is_followed: boolean;
|
||||
avatar_url: string;
|
||||
|
||||
Reference in New Issue
Block a user