-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
适配qq适配器 #105
适配qq适配器 #105
Conversation
❌ Deploy Preview for send-anything-anywhere failed.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
==========================================
- Coverage 95.87% 95.86% -0.01%
==========================================
Files 24 25 +1
Lines 1697 1814 +117
==========================================
+ Hits 1627 1739 +112
- Misses 70 75 +5 ☔ View full report in Codecov by Sentry. |
新开一个 qq 的 adapter 吧 |
519523a
to
1bafa20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention_user
参数类型改成 str
了
8f7620c
to
1ee13a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
现在仅支持频道?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥这个要改名
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥这个要改名
原来的这个测试就是在测试自动选择qq guild的bot,对应了一下
歪日佬写了群部分,不过没有token测试 |
adapter-qq v1.3.0 的 QQ 群场景中 |
群聊权限已经部分开启了,等一个pr合并 |
给这个pr开了个新的pr( edit:adapter-qq已经合并我的修复了 |
78a5072
to
3fe4577
Compare
* ✨ 适配QQ适配器的频道部分 * 🚨 auto fix by pre-commit hooks * 📝 元数据添加QQ适配器支持 * 🐛 Mention user_id为str而非int * ✨ 支持发送群聊和私聊消息 * ✅ 修复 qq auto select bot 测试 * ➖ 移除多余依赖 * 🔥 删除多余日志 * ⬇️ update poetry lock * 🐛 取消版本限制 * ✨ Use openid target in qq adapter * ✨ Format openid models * 🚨 auto fix by pre-commit hooks * 🚨 auto fix by pre-commit hooks * ✅ Add auto select bot test for openid targets * 🔥 Remove unused platform enum * 🎨 Rename extractor typevar * 🎨 Replace name with length in extrator param detection * ✅ Add tests of qqgroup and target dependency injection * ✅ Update qq dependency injection test --------- Co-authored-by: AzideCupric <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: uy_sun <[email protected]>
README 是不是也要改一下。添加一下支持的 adapter 和对应消息类型;支持的发送目标要加一下 |
确实要改一下 |
No description provided.