EkkoG
510476c214
feat(wechat): add WeChatBot class for intelligent bot integration and enhance WechatModule to support bot mode
...
- Introduced WeChatBot class for handling intelligent bot functionalities.
- Updated WechatModule to differentiate between traditional and bot modes using WECHAT_MODE configuration.
- Enhanced stop method in WechatModule to gracefully stop client instances.
- Added logic to skip traditional menu initialization for bot mode.
- Updated .gitignore to include .venv directory.
2026-03-14 16:17:39 +08:00
Attente
5af217fbf5
refactor: 将图片获取逻辑抽象为独立的 ImageHelper
2025-12-06 10:10:36 +08:00
Attente
ca5ec8af0f
feat(config): 优化配置变更事件处理机制
2025-11-27 23:17:34 +08:00
jxxghp
48c25c40e4
fix wechat
2025-11-20 16:51:43 +08:00
jxxghp
6a492198a8
fix post_message
2025-11-17 13:33:01 +08:00
jxxghp
b9521cb3a9
Fix typo: change "未就续" to "未就绪" in module status messages ( #4804 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
Co-authored-by: jxxghp <jxxghp@live.cn >
2025-08-22 07:05:16 +08:00
jxxghp
0fb7a73fc9
fix RetryException
2025-08-02 11:32:42 +08:00
Attente
0f0c3e660b
style: 清理空白字符
...
移除代码中的 trailing whitespace 和空行缩进, 提升代码整洁度
2025-06-29 22:49:58 +08:00
jxxghp
1f44e13ff0
add reload logging
2025-06-23 10:14:22 +08:00
jxxghp
bbfd8ca3f5
fix Config reload
2025-06-03 23:08:58 +08:00
jxxghp
b4ed2880f7
refactor:重构配置热加载
2025-06-03 20:56:21 +08:00
jxxghp
f9b0db623d
fix cython type error
2025-03-23 21:39:37 +08:00
gtsicko
16a94d9054
fix: 修复带路径的WECHAT_PROXY不生效
2025-02-20 23:41:14 +08:00
jxxghp
61d7374d95
fix ide warnings
2024-12-23 16:58:04 +08:00
Aqr-K
825fc35134
feat(modules): 增加子级 type 分类。
...
- 在 `types` 里,针对各个模块的类型进行子级分类。
- 为每个模块统一添加 `get_subtype` 方法,这样一来,能更精准快速地区分与调用子类的每个模块,又能获取 ModuleType 所规定的分类以及对应存在的子模块类型支持列表,从而有效解决当下调用时需繁琐遍历每个 module 以获取 get_name 或 _channel 的问题。
- 解决因消息渠道前端返回所保存的 type 与后端规定值不一致,而需要频繁调用 _channel 私有方法才能获取分类所可能产生的问题。
2024-12-03 14:57:19 +08:00
InfinityPacer
915388c109
feat(commands): support sending CommandRegister events for clients
2024-10-26 04:51:45 +08:00
InfinityPacer
e876ba38a7
fix(wechat): add error handling
2024-10-26 04:47:42 +08:00
InfinityPacer
eff8a6c497
feat(wechat): add retry mechanism for message requests
2024-10-25 17:27:58 +08:00
InfinityPacer
ac086a7640
refactor(wechat): optimize message handling and add menu deletion
2024-10-24 20:27:41 +08:00
InfinityPacer
87166b3cd7
feat(command): add validation for menu configuration
2024-10-21 16:54:43 +08:00
InfinityPacer
9255c85a85
refactor(module): unify config retrieval logic
2024-10-20 18:56:52 +08:00
jxxghp
363f12ed5a
refactor:Module加入执行优先顺序
2024-10-19 19:31:25 +08:00
jxxghp
2b982ce7a8
fix 消息交互 again
2024-10-18 18:30:34 +08:00
jxxghp
e93b3f5602
fix 消息交互
2024-10-18 18:10:46 +08:00
jxxghp
603ab97665
add ModuleType Schema
2024-10-12 11:50:00 +08:00
InfinityPacer
0afdd9056a
fix(module): use getters for _instances and _configs in subclasses
2024-10-06 14:38:17 +08:00
jxxghp
8f5cf33fa9
Merge pull request #2780 from InfinityPacer/feature/module
2024-09-27 10:19:28 +08:00
InfinityPacer
efb3bd93d0
fix(wechat): reorder proxy setup
2024-09-27 04:27:16 +08:00
InfinityPacer
2ce3ddb75a
refactor(module): simplify service instantiation with generics
2024-09-27 04:04:56 +08:00
InfinityPacer
5efcd6e6be
refactor (module): improve the implementation of base classes
2024-09-26 19:44:35 +08:00
jxxghp
2486b9274c
fix webhook_parser
2024-09-19 21:09:07 +08:00
jxxghp
786b317cea
fix download && message
2024-09-19 08:30:58 +08:00
jxxghp
53195457c7
fix module test
2024-09-12 15:13:58 +08:00
jxxghp
c3ef3dd7d1
fix 全局变量定义
2024-09-09 22:17:49 +08:00
jxxghp
1f87bc643a
sync main
2024-08-19 13:06:39 +08:00
jxxghp
61e4e63a6a
fix storage api
2024-08-15 16:15:26 +08:00
jxxghp
965e40e630
fix message
2024-07-04 18:45:22 +08:00
jxxghp
5f01dd5625
fix user
2024-07-04 07:13:49 +08:00
jxxghp
15a7297099
fix messages
2024-07-02 13:50:41 +08:00
jxxghp
c8fe6e4284
fix downloaders
2024-07-02 11:00:55 +08:00
jxxghp
9a07d88d41
fix downloaders && mediaservers && notifications
2024-07-02 07:16:33 +08:00
jxxghp
518206c34a
fix wechat link
2024-06-08 11:21:03 +08:00
jxxghp
e05c643a6b
add notification link
2024-06-08 10:47:50 +08:00
jxxghp
43647e59a4
fix module name
2024-05-16 14:20:18 +08:00
jxxghp
bd6d6b6882
fix
2024-05-14 08:30:29 +08:00
jxxghp
a3603f79c8
fix requests
2024-04-10 22:16:10 +08:00
jxxghp
8cb061ff75
feat:模块健康检查
2024-03-06 13:23:51 +08:00
jxxghp
70adbfe6b5
fix #1334
2024-02-19 16:20:03 +08:00
jxxghp
cbffddc57f
更新 wechat.py
2024-02-15 21:51:57 +08:00
jxxghp
3d34c26731
fix
2023-10-18 19:26:21 +08:00