mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(muted): 禁言跳过分析功能兼容 snowluma
由于 SnowLuma 的 get_group_member_info 和 get_group_info 本身没有返回禁言字段,禁言检测的唯一路径就是 set_reaction 失败;依赖 SnowLuma/OIDB 操作被拒时返回特定值判断被禁言实现禁言记录并且跳过不必要的分析
This commit is contained in:
+5
-5
@@ -1,15 +1,15 @@
|
||||
### Demo preview images — not needed at runtime, kept in repo for reference/docs
|
||||
### 模板预览图 — 仅用于文档/仓库展示,插件运行时不需要
|
||||
assets/*.jpg export-ignore
|
||||
assets/*.png export-ignore
|
||||
|
||||
### CI/CD workflow files — not needed in production plugin zip
|
||||
### CI/CD 工作流 — 插件打包时不需要
|
||||
.github/ export-ignore
|
||||
|
||||
### Documentation — design docs, not needed at runtime
|
||||
### 设计文档 — 运行时不需要
|
||||
docs/ export-ignore
|
||||
|
||||
### Scripts — release utilities, not needed by end users
|
||||
### 发布/调试脚本 — 终端用户不需要
|
||||
scripts/ export-ignore
|
||||
|
||||
### Test directory — not needed in production
|
||||
### 测试文件 — 生产包不需要
|
||||
tests/ export-ignore
|
||||
|
||||
Reference in New Issue
Block a user