nonebot / adapter-qq

NoneBot2 QQ 适配器 / QQ adapter for nonebot2
MIT License
210 stars 18 forks source link

Feature: 添加帖子模型、事件及API #52

Closed ssttkkl closed 1 year ago

ssttkkl commented 1 year ago

虽然API基本是残疾(

添加API(API定义):

添加事件(事件定义):

ssttkkl commented 1 year ago

草,为什么PR Check还是Failed了(

he0119 commented 1 year ago

你在本地 pre-commit install 了吗?

yanyongyu commented 1 year ago

enum 都用大写,有些必须有的字段不要用optional

ssttkkl commented 1 year ago

接口我又仔细测了一下,有点神必,有的时候连Elem.type都是null。目前能够保证调put_thread的时候把必需参数都填上就一定能发出去,这个我测过了。

以及接口文档给的一些模型我看了下没有地方用到就给删了,看文档似乎是旧版本用到的

目前能够保证调put_thread的时候把必需参数都填上就一定能发出去,这个我测过了。