完善部分api描述

This commit is contained in:
pohgxz
2026-01-26 16:27:16 +08:00
parent 46ff1a64e9
commit 5fecff6b14
18 changed files with 318 additions and 41 deletions

View File

@@ -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; }
\`\`\`
`;