Commit Graph
22 Commits
Author SHA1 Message Date
jxxghp 8472bcff43 refactor: 收口 V3 分层架构与插件兼容边界 2026-08-18 13:22:02 +08:00
jxxghp 5128ae9e1e refactor: 推进后端分层架构治理 2026-08-18 00:29:14 +08:00
jxxghp 7e851dbfa7 refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
2026-08-16 16:30:16 +08:00
jxxghp 369d7d6448 refactor: reorganize backend module boundaries 2026-08-14 19:53:33 +08:00
jxxghp 7b3444c366 refactor backend module architecture 2026-08-14 15:45:38 +08:00
jxxghp 8bf2f601a6 refactor(media): unify source identity and music browsing 2026-08-12 12:56:40 +08:00
jxxghp 1fc255b8a7 fix(music): complete subscription lifecycle 2026-08-10 07:21:06 +08:00
jxxghp 415ccda6a2 feat(v3): enhance music server integration with Navidrome support 2026-08-08 12:57:09 +08:00
InfinityPacer 197a09b2a4 fix(dashboard): distinguish empty media results (#6187) 2026-07-25 14:24:25 +08:00
InfinityPacer 893269f8c1 fix(modules): serialize configuration reload lifecycle (#6122) 2026-07-15 17:28:49 +08:00
jxxghp 9eb71c744b feat(mediaserver): add item count retrieval for various media servers 2026-06-29 10:45:10 +08:00
Attente ca5ec8af0f feat(config): 优化配置变更事件处理机制 2025-11-27 23:17:34 +08:00
景大侠 0e13d22c97 fix 适配新版飞牛影视 2025-11-04 13:25:18 +08:00
景大侠 46a27bd50c fix: 飞牛影视 2025-09-18 15:27:02 +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
景大侠 8d39cc87f7 提升服务端地址的兼容性 2025-04-07 16:37:41 +08:00
景大侠 d0b1348c96 fix some warnings 2025-04-07 16:21:39 +08:00
景大侠 20b145c679 继续修复媒体缺失问题 2025-03-30 02:41:24 +08:00
jxxghp b7ce5663a3 fix ide warnings 2025-03-28 19:43:55 +08:00
景大侠 896eb13f7d 初步支持飞牛影视 2025-03-28 16:26:40 +08:00