mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
refactor: fix typo and add comments in WebHonorType
This commit is contained in:
@@ -1,9 +1,24 @@
|
||||
export enum WebHonorType {
|
||||
ALL = 'all',
|
||||
TALKACTIVE = 'talkative',
|
||||
PERFROMER = 'performer',
|
||||
/**
|
||||
* 群聊之火
|
||||
*/
|
||||
TALKATIVE = 'talkative',
|
||||
/**
|
||||
* 群聊炽焰
|
||||
*/
|
||||
PERFORMER = 'performer',
|
||||
/**
|
||||
* 龙王
|
||||
*/
|
||||
LEGEND = 'legend',
|
||||
STORONGE_NEWBI = 'strong_newbie',
|
||||
/**
|
||||
* 冒尖小春笋(R.I.P)
|
||||
*/
|
||||
STRONG_NEWBIE = 'strong_newbie',
|
||||
/**
|
||||
* 快乐源泉
|
||||
*/
|
||||
EMOTION = 'emotion'
|
||||
}
|
||||
export interface WebApiGroupMember {
|
||||
@@ -107,4 +122,4 @@ export interface GroupEssenceMsgRet {
|
||||
group_role: number
|
||||
config_page_url: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user