wumode
|
e58e64dba3
|
fix(clashruleprovider): conflicting dependencies (#1022)
|
2026-05-13 19:29:14 +08:00 |
|
jxxghp
|
1c114b1d68
|
chore: remove python-dotenv from requirements
|
2026-05-13 12:57:54 +08:00 |
|
jxxghp
|
9c9bdedd01
|
Merge pull request #1021 from jehulv/main
Update __init__.py
|
2026-05-13 12:53:16 +08:00 |
|
jehulv
|
431474b441
|
Update package.v2.json
|
2026-05-13 11:45:27 +08:00 |
|
jehulv
|
4323e54552
|
Update __init__.py
|
2026-05-13 11:41:31 +08:00 |
|
jehulv
|
c6bdf86f1f
|
Update package.v2.json
|
2026-05-13 11:36:11 +08:00 |
|
jehulv
|
6b65fe10fe
|
Merge branch 'jxxghp:main' into main
|
2026-05-13 11:35:07 +08:00 |
|
jehulv
|
92d1fda892
|
Update __init__.py
修复定时任务重复触发,修正为当天只触发一次
|
2026-05-13 11:33:50 +08:00 |
|
jxxghp
|
0a4884f31e
|
Merge pull request #1020 from jehulv/main
|
2026-05-12 18:53:03 +08:00 |
|
jehulv
|
baee9de032
|
Update __init__.py
增加执行锁防止重复执行
|
2026-05-12 09:17:07 +08:00 |
|
jehulv
|
22aa436ace
|
Update __init__.py
|
2026-05-11 17:46:46 +08:00 |
|
jehulv
|
aeea6abe85
|
Delete plugins.v2/autoauction/package.v2.json
|
2026-05-11 17:45:21 +08:00 |
|
jehulv
|
13b92ddc51
|
Update package.v2.json
|
2026-05-11 17:44:54 +08:00 |
|
jehulv
|
c91e24a2ef
|
配置说明
|
2026-05-11 17:31:50 +08:00 |
|
jehulv
|
e9889051b3
|
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-05-11 17:24:35 +08:00 |
|
jehulv
|
a8dad0a3b0
|
Update __init__.py
|
2026-05-11 17:22:10 +08:00 |
|
jehulv
|
68fe2dd54c
|
Add files via upload
|
2026-05-11 17:18:41 +08:00 |
|
jxxghp
|
63dbaf8657
|
fix 删除大量无效内容
|
2026-05-10 23:29:04 +08:00 |
|
jxxghp
|
cbac2b4d41
|
fix: support share_meta in imdb source patch
|
2026-05-10 18:06:55 +08:00 |
|
jxxghp
|
0910b6cc47
|
Merge pull request #1018 from liuyuexi1987/liuyuexi1987/p115-qrcode-login-docs
|
2026-05-10 11:48:02 +08:00 |
|
Jan' s
|
3500876b5c
|
fix: clarify 115 login qrcode flow
|
2026-05-10 11:41:43 +08:00 |
|
jxxghp
|
32b13f5bd6
|
Merge pull request #1017 from liuyuexi1987/liuyuexi1987/agent-resource-officer-official
|
2026-05-10 10:42:37 +08:00 |
|
Jan' s
|
d57de9b28a
|
feat: add agent resource officer plugins
|
2026-05-10 10:39:59 +08:00 |
|
jxxghp
|
9141667569
|
chore: update plugin version to 2.4.1 and modify version history
|
2026-05-08 18:23:41 +08:00 |
|
jxxghp
|
c6cc8312f7
|
Merge pull request #1016 from liuyuexi1987/liuyuexi1987/add-ai-recognizer-enhancer
|
2026-05-07 06:52:29 +08:00 |
|
Jan' s
|
545ac141ff
|
feat: add AIRecognizerEnhancer plugin
|
2026-05-06 20:54:11 +08:00 |
|
jxxghp
|
9862c81477
|
Merge pull request #1015 from wumode/clashruleprovider
ClashRuleProvider_v2.1.5
|
2026-05-02 17:57:09 +08:00 |
|
wumode
|
9fb3e09042
|
fix(ClashRuleProvider): add missing xhttp_opts and correct field types
|
2026-05-02 17:26:08 +08:00 |
|
wumode
|
1ad19a5b23
|
feat(ClashRuleProvider): bump version to 2.1.5 and support xhttp protocol
|
2026-05-02 17:03:31 +08:00 |
|
jxxghp
|
527327c6cb
|
Merge pull request #1014 from Nanako718/feat/alidnsddns
|
2026-04-26 07:57:29 +08:00 |
|
DTZSGHNR
|
a398dcb0b8
|
fix(alidnsddns): 根据 Code Review 建议修复四处问题
- 移除 init_plugin 中重复的 interval 调度,定时任务统一由宿主 get_service() 管理
- 将废弃的 datetime.utcnow() 替换为 datetime.now(timezone.utc)
- API 请求增加 HTTPError/URLError 捕获,读取响应体输出详细错误信息
- upsert() 改为更新所有匹配记录,而不只取第一条
|
2026-04-26 07:05:57 +08:00 |
|
DTZSGHNR
|
f3232dba0a
|
feat(alidnsddns): 新增阿里云 DDNS 插件 v1.0
- 定时检测公网 IPv4/IPv6 地址,自动更新阿里云 DNS 解析记录
- 支持泛域名(* 记录)、根域(@ 记录)及任意子域名
- 支持同时维护多条 A / AAAA 记录
- 详情页展示更新历史(VDataTable,最多 100 条)
- IP 变化时推送通知(兼容所有通知渠道)
- 纯标准库实现阿里云 DNS API(HMAC-SHA1 签名),无额外依赖
|
2026-04-26 07:05:57 +08:00 |
|
jxxghp
|
e78a371663
|
docs: split plugin faq into separate pages
|
2026-04-20 21:43:30 +08:00 |
|
jxxghp
|
068838d013
|
docs: improve plugin guidance
|
2026-04-20 21:32:50 +08:00 |
|
jxxghp
|
57f2ad523c
|
fix(wechatclawbot): 状态信息恢复单块VAlert,用white-space:pre-line修复换行
|
2026-04-10 13:02:32 +08:00 |
|
jxxghp
|
615f85f02b
|
chore(wechatclawbot): 版本升至 0.2.1
|
2026-04-10 12:57:11 +08:00 |
|
jxxghp
|
74f47c7131
|
fix(wechatclawbot): 状态信息拆分为独立卡片逐项展示,修复换行问题
|
2026-04-10 12:56:17 +08:00 |
|
jxxghp
|
87224308d6
|
feat(wechatclawbot): 优化配置页UI布局,修复回复消息多余类型前缀,升级至v0.2.0
- get_form 改用 VRow/VCol 响应式两列布局,增加使用说明提示
- get_page 所有元素用 VRow/VCol 包裹,二维码居中显示
- 移除 _notification_to_title_lines 中 mtype 前缀拼接,修复回复时出现【智能体】等字样
- package.v2.json 同步版本号至 0.2.0
|
2026-04-10 12:54:00 +08:00 |
|
jxxghp
|
4b413d93a8
|
Merge pull request #1013 from mijjjj/main
|
2026-04-09 21:44:06 +08:00 |
|
Jc Fang
|
34e72a7ae3
|
Merge branch 'main' into main
|
2026-04-09 21:35:08 +08:00 |
|
Fangjc
|
944af59468
|
fix:修复错误
|
2026-04-09 21:32:08 +08:00 |
|
Fangjc
|
0f898f283e
|
fix:修复插件package写错文件问题
|
2026-04-09 21:16:08 +08:00 |
|
Fangjc
|
07a4731feb
|
添加package.json
|
2026-04-09 21:12:57 +08:00 |
|
Fangjc
|
d3faafe6ee
|
fix:修复依赖问题
|
2026-04-09 21:05:23 +08:00 |
|
Fangjc
|
8bff87f1c5
|
添加wechatbot通知支持
|
2026-04-09 21:05:23 +08:00 |
|
Fangjc
|
889f393d2a
|
fix:修复依赖问题
|
2026-04-09 21:01:15 +08:00 |
|
Fangjc
|
e008da0c2b
|
添加wechatbot通知支持
|
2026-04-09 17:16:02 +08:00 |
|
wumode
|
f3d1aa1ea9
|
fix(lexiannot): No module named 'langchain.output_parsers'
|
2026-03-27 15:19:25 +08:00 |
|
DDSRem
|
77f399ffa0
|
fix python_hosts
|
2026-03-26 18:01:58 +08:00 |
|
DDSRem
|
e101d5c2bd
|
fix cacheout
|
2026-03-26 18:01:58 +08:00 |
|