mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
完善部分api描述
This commit is contained in:
@@ -30,3 +30,18 @@ export class FetchCustomFace extends OneBotAction<PayloadType, ReturnType> {
|
||||
return ret.emojiInfoList.map(e => e.url);
|
||||
}
|
||||
}
|
||||
|
||||
const statusText = `
|
||||
## 状态列表
|
||||
|
||||
### 对方正在说话...
|
||||
\`\`\`json5;
|
||||
{ "event_type": 0; }
|
||||
\`\`\`
|
||||
|
||||
### 对方正在输入...
|
||||
\`\`\`json5;
|
||||
{ "event_type": 1; }
|
||||
\`\`\`
|
||||
|
||||
`;
|
||||
Reference in New Issue
Block a user