Skip to content

Commit

Permalink
feat: 通通绿起来
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Oct 26, 2024
1 parent ea7a129 commit c1cd506
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/develop/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:
| `send_like` | 发送好友赞 || |
| `set_group_kick` | 群组踢人 || |
| `set_group_ban` | 群组单人禁言 || |
| `set_group_anonymous_ban` | 群组匿名用户禁言 || 不会支持 |
<!-- | `set_group_anonymous_ban` | 群组匿名用户禁言 | ❌ | 不会支持 | -->
| `set_group_whole_ban` | 群组全员禁言 || |
| `set_group_admin` | 群组设置管理员 || |
| `set_group_anonymous` | 群组匿名 || 不会支持 |
<!-- | `set_group_anonymous` | 群组匿名 | ❌ | 不会支持 | -->
| `set_group_card` | 设置群名片(群备注) || |
| `set_group_name` | 设置群名 || |
| `set_group_leave` | 退出群组 || |
Expand Down Expand Up @@ -62,13 +62,13 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:
| Api | 介绍 | 可用 | 备注 |
| -------------------------------- | ------------------------------- | :---: | -------- |
| `set_qq_profile` | 设置登录号资料 || |
| `qidian_get_account_info` | 获取企点账号信息 || 不会支持 |
| `_get_model_show` | 获取在线机型 | | |
| `_set_model_show` | 设置在线机型 | | |
<!-- | `qidian_get_account_info` | 获取企点账号信息 | ❌ | 不会支持 | -->
| `_get_model_show` | 获取在线机型 | | 仅为兼容性 |
| `_set_model_show` | 设置在线机型 | | 仅为兼容性 |
| `get_online_clients` | 获取当前账号在线客户端列表 || |
| `get_unidirectional_friend_list` | 获取单向好友列表 || |
| `delete_friend` | 删除好友 | | |
| `delete_unidirectional_friend` | 删除单向好友 || |
<!-- | `get_unidirectional_friend_list` | 获取单向好友列表 | ❌ | | -->
| `delete_friend` | 删除好友 | | |
<!-- | `delete_unidirectional_friend` | 删除单向好友 | ❌ | | -->
| `mark_msg_as_read` | 标记消息已读 || |
| `send_group_forward_msg` | 发送合并转发 ( 群聊 ) || |
| `send_private_forward_msg` | 发送合并转发 ( 好友 ) || |
Expand All @@ -77,7 +77,7 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:
| `.ocr_image` | 图片 OCR || |
| `get_group_system_msg` | 获取群系统消息 || |
| `get_essence_msg_list` | 获取精华消息列表 || |
| `get_group_at_all_remain` | 获取群 @全体成员 剩余次数 | | |
| `get_group_at_all_remain` | 获取群 @全体成员 剩余次数 | | |
| `set_group_portrait` | 设置群头像 || |
| `set_essence_msg` | 设置精华消息 || |
| `delete_essence_msg` | 移出精华消息 || |
Expand All @@ -93,10 +93,10 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:
| `get_group_files_by_folder` | 获取群子目录文件列表 || |
| `get_group_file_url` | 获取群文件资源链接 || |
| `upload_private_file` | 上传私聊文件 || |
| `reload_event_filter` | 重载事件过滤器 || 不会支持 |
<!-- | `reload_event_filter` | 重载事件过滤器 | ❌ | 不会支持 | -->
| `download_file` | 下载文件到缓存目录 || |
| `check_url_safely` | 检查链接安全性 | | |
| `.get_word_slices` | 获取中文分词 ( 隐藏 API ) || |
| `check_url_safely` | 检查链接安全性 | | |
<!-- | `.get_word_slices` | 获取中文分词 ( 隐藏 API ) | ❌ | | -->
| `.handle_quick_operation` | 对事件执行快速操作 ( 隐藏 API ) || |

## napcat API
Expand Down Expand Up @@ -137,4 +137,4 @@ NapCatQQ 实现了 [OneBot 11](https://11.onebot.dev/) 以及 [go-cqhttp](https:
| `nc_get_packet_status` | 获取PacketServer状态 || |
| `nc_get_user_status` | 获取陌生人在线状态 || |
| `nc_get_rkey` | 获取Rkey || |
| `get_group_shut_list` | 获取群聊被禁言用户 | | 存在bug |
| `get_group_shut_list` | 获取群聊被禁言用户 | | |

0 comments on commit c1cd506

Please sign in to comment.