-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 📝 平台开发手册 | ||
|
||
## 🗞 响应特性指标 | ||
|
||
| 指标 | 描述 | ID | | ||
|-------|----------|----| | ||
| 追溯触发 | 识别被回复后响应 | 0 | | ||
| AT触发 | 被At后触发 | 1 | | ||
| 私聊事件 | 私聊 | 2 | | ||
| 群聊事件 | 群聊 | 3 | | ||
| 文件支持 | 支持文件上传下载 | 4 | | ||
| 媒体支持 | 媒体上传下载 | 5 | | ||
| 链运行支持 | 是否支持多回复 | 6 | | ||
| 富文本支持 | Markdown | 7 | | ||
| 定时器支持 | 是否随时可通知 | 8 | |