• Joined on 2025-11-04
zhilv pushed to main at ncatbot/webhook 2026-05-04 00:09:57 +08:00
29433dda02 Merge pull request '命令监听配置重构:SQLite → YAML + 黑白名单过滤优化' (#2) from feat/command-scope into main
783049257e ♻️ refactor(command): 黑白名单过滤从 AND 改为 OR 逻辑
58e53c8aec feat(command): 黑白名单开关、自动保存与管理界面重构
f82363f45f ♻️ refactor(command): 配置系统从 SQLite 迁移至 YAML 并修复白名单失效
9ffe78a9c2 feat(command): 添加动态配置、黑白名单与后台管理界面
Compare 6 commits »
zhilv merged pull request ncatbot/webhook#2 2026-05-04 00:09:57 +08:00
命令监听配置重构:SQLite → YAML + 黑白名单过滤优化
zhilv created pull request ncatbot/webhook#2 2026-05-04 00:09:49 +08:00
命令监听配置重构:SQLite → YAML + 黑白名单过滤优化
zhilv pushed to feat/command-scope at ncatbot/webhook 2026-05-04 00:06:24 +08:00
783049257e ♻️ refactor(command): 黑白名单过滤从 AND 改为 OR 逻辑
zhilv pushed to feat/command-scope at ncatbot/webhook 2026-05-03 22:02:02 +08:00
58e53c8aec feat(command): 黑白名单开关、自动保存与管理界面重构
zhilv pushed to feat/command-scope at ncatbot/webhook 2026-05-03 18:25:13 +08:00
f82363f45f ♻️ refactor(command): 配置系统从 SQLite 迁移至 YAML 并修复白名单失效
zhilv pushed to feat/command-scope at ncatbot/webhook 2026-05-03 15:24:06 +08:00
9ffe78a9c2 feat(command): 添加动态配置、黑白名单与后台管理界面
zhilv pushed tag v0.1.2 to ncatbot/webhook 2026-05-03 12:43:26 +08:00
zhilv deleted branch fix/command-callback-timeout from ncatbot/webhook 2026-05-03 12:30:36 +08:00
zhilv created branch feat/command-scope in ncatbot/webhook 2026-05-03 12:29:53 +08:00
zhilv pushed to feat/command-scope at ncatbot/webhook 2026-05-03 12:29:53 +08:00
ed6e27f162 feat(command): 添加监听范围过滤和回复 @控制
zhilv pushed to main at ncatbot/webhook 2026-05-03 00:55:28 +08:00
84f671741b 🐛 fix(command): 回调回复图片时解析本地文件路径
a7f52e33fb 🐛 fix(command): 回调超时从 10s 改为可配置,默认 180s
Compare 2 commits »
zhilv pushed to fix/command-callback-timeout at ncatbot/webhook 2026-05-03 00:52:28 +08:00
84f671741b 🐛 fix(command): 回调回复图片时解析本地文件路径
zhilv pushed to fix/command-callback-timeout at ncatbot/webhook 2026-05-03 00:38:35 +08:00
a7f52e33fb 🐛 fix(command): 回调超时从 10s 改为可配置,默认 180s
zhilv created branch fix/command-callback-timeout in ncatbot/webhook 2026-05-03 00:38:35 +08:00
zhilv deleted branch test/command-listener from ncatbot/webhook 2026-05-02 21:48:38 +08:00
zhilv pushed to main at ncatbot/webhook 2026-05-02 21:39:19 +08:00
fa5d61dbfa Merge pull request 'feat: 添加命令监听与外接回调功能' (#1) from test/command-listener into main
e62fc13f7c feat(command): 命令名支持中文、数字、字母等任意非空白字符
7c72b1c97a 🐛 fix(command): 修复 plugin.py 引用已删除的 COMMAND_LENGTH 导致启动报错
d4962a840d feat(command): 命令名长度改为可配置范围 2~4 个中文字
c6ba7e2e37 feat(command): 支持无参数命令触发
Compare 9 commits »
zhilv merged pull request ncatbot/webhook#1 2026-05-02 21:39:18 +08:00
feat: 添加命令监听与外接回调功能
zhilv created pull request ncatbot/webhook#1 2026-05-02 21:39:03 +08:00
feat: 添加命令监听与外接回调功能
zhilv pushed to test/command-listener at ncatbot/webhook 2026-05-02 21:31:40 +08:00
e62fc13f7c feat(command): 命令名支持中文、数字、字母等任意非空白字符