139 Commits

Author SHA1 Message Date
RachelOS b2e2d960b7 1.5.3-Fix 2026-08-13 15:21:15 +08:00
RachelOS bb29a7a45e 1.5.2-增加读书渠道 2026-08-13 15:15:56 +08:00
dao24dao c4d0ac6181 fix(weread): 微信读书 Cookie 自动刷新前置 + 修复消息任务执行结果误报
- 新增 core/weread_cookie_refresh.py:通过 Playwright 无头复用数据卷登录态刷新微信读书 Cookie,
  从 wx.lic 读取 cookie_refresh_url 与冷却时间;缺失有效登录态时返回 False 并沿用旧 Cookie 同步
- 消息任务增加刷新前置步骤(jobs/mps.py add_job),置于独立线程执行,规避 asyncio 事件循环内
  调用 Playwright 同步 API 触发的 "Sync API inside the asyncio loop" 冲突
- 新增 scripts/refresh_weread_cookie.py 及 launchd 模板,供首次/过期时本机前台扫码建立登录态
- Dockerfile 补装 Chromium 与系统依赖,使容器内可无头运行刷新
- apis/weread.py 新增 POST /weread/config 保存 cookie_refresh_url/browser_path;
  前端 WereadManagement.vue 增加「自动刷新 Cookie」配置区块
- 修复消息任务执行结果误报(apis/message_task.py):原逻辑用订阅号数量冒充"新增文章数",
  改为同步等待队列执行完毕后汇总 tracker 记录的真实 article_count,文案明确区分订阅号数与文章数
2026-08-07 11:40:37 +08:00
dao24dao 60d3c22458 fix: fix(weread): 修复微信读书公众号采集的鉴权与配置页问题
- 后端 weread_mp 采集模型:x-wr-ticket 改为可选
  - 新版微信读书已不再依赖 x-wr-ticket,仅需有效 Cookie 即可拉取文章;
    原逻辑在缺少 ticket 时直接抛 missing_ticket,导致采集结果为 0 篇,
    现改为缺失 ticket 时仅携带基础请求头继续请求

- weread 状态接口返回完整 cookie/ticket
  - apis/weread.py 的 get_weread_status 新增返回未脱敏的 cookie 与 ticket 字段
    (原仅返回 cookie_masked),供前端回显已保存的凭据

- 前端 weread API 路径补全 /wx 前缀
  - web_ui/src/api/weread.ts 所有请求路径补充 /wx 前缀,与后端
    core/base.py 的 API 前缀保持一致,修复 /weread 页面保存时
    Method Not Allowed (405) 且不发网络请求的问题

- 前端配置页回显已保存的 Cookie
  - WereadManagement.vue 的 loadStatus 将后端返回的 cookie/ticket 填入表单
    (原为写死空字符串),修复已配置 cookie 不显示在输入框的问题

- 前端依赖修复,可正常构建
  - web_ui/package.json 将 @vitejs/plugin-vue 由 ^2 升级到 ^6,
    移除未使用的 vite-plugin-vue-type-imports,
    解决与新版 vite 的 peer 依赖冲突(同步更新 package-lock.json / yarn.lock)

- 重新构建前端产物(static/)
2026-08-05 18:18:55 +08:00
RachelOS b91065d12e 1.5.2-Fix 2026-04-29 00:04:51 +08:00
RachelOS b90ebbc62e 1.5.2-Fix 2026-04-28 23:14:54 +08:00
RachelOS 428264c3dc 1.5.2-Fix 2026-04-23 16:44:55 +08:00
RachelOS f2350d1419 1.5.1-Fix 2026-04-14 23:45:48 +08:00
RachelOS 23c7936de1 1.5.0-Fix 2026-04-14 15:15:43 +08:00
RachelOS fa9aadd2a5 1.5.0-Fix 2026-04-14 00:01:55 +08:00
RachelOS 7ce59b041c 1.5.0-Fix 2026-04-10 21:53:55 +08:00
RachelOS ae915eed85 1.5.0-Fix 2026-04-10 17:22:51 +08:00
RachelOS 6ba006d054 1.5.0-Fix 2026-04-08 16:49:58 +08:00
RachelOS 53645a0e14 1.5.0-Fix 2026-04-08 16:40:38 +08:00
RachelOS 146d47e801 1.5.0-Fix 2026-04-08 15:15:28 +08:00
RachelOS dae2e71fa9 1.5.0-Fix 2026-04-08 14:19:53 +08:00
RachelOS 15037de89f 1.5.0-Fix 2026-04-03 11:48:52 +08:00
RachelOS c360ec0fee 1.5.0-Fix 2026-04-02 17:23:18 +08:00
RachelOS 4e5928b23b 1.5.0-Fix 2026-04-02 12:59:18 +08:00
RachelOS ba7bc1d99a 1.5.0-Fix 2026-04-01 23:56:02 +08:00
RachelOS 3fdb8855eb 1.4.9-Fix 2026-03-31 15:18:06 +08:00
RachelOS 2d6d4b1920 1.4.9-优化列表加载速度 2026-03-30 10:50:55 +08:00
RachelOS 95a862656b 1.4.9-增加view模式下主题选择 2026-03-30 10:26:36 +08:00
RachelOS a717850198 1.4.9-Fix 2026-03-30 10:12:34 +08:00
RachelOS 1a711e72db 1.4.9-Fix 2026-03-28 08:05:13 +08:00
RachelOS 147dfe1960 1.4.9-Fix 2026-03-27 21:53:13 +08:00
RachelOS caf8ed49a4 1.4.9-Fix 2026-03-27 11:50:56 +08:00
RachelOS f37b7db7e3 1.4.9-Fix 2026-03-25 22:58:29 +08:00
RachelOS 2c8861fd86 1.4.9-优化内存占用定时清理资源 2026-03-13 11:57:59 +08:00
RachelOS 6cc85f2cc8 1.4.9-Fix 2026-03-06 00:54:24 +08:00
RachelOS 41b51a6bed 1.4.9-增加级联功能 2026-02-27 10:24:07 +08:00
RachelOS 9e25925502 1.4.9-消息任务增加测试功能 2026-02-25 16:35:53 +08:00
RachelOS 59704f5fec 1.4.9-增加公众号停用功能 2026-02-25 11:10:56 +08:00
RachelOS 6e0fe5b7a6 1.4.9-分部和搜索结果增加点击名称切换到具体公众号列表 2026-02-25 10:51:24 +08:00
RachelOS 55fb32bb69 1.4.9-修正LOCAL模式LINK路径 2026-02-25 09:03:02 +08:00
RachelOS 4ae75acb27 1.4.8-Fix 2025-12-25 11:29:01 +08:00
RachelOS d58f526790 1.4.8-修正fix正文补全模式图片无法正常显示问题 2025-12-19 17:11:46 +08:00
RachelOS 5e0119759a 1.4.8-增加已读功能 2025-12-18 16:51:55 +08:00
RachelOS 7651870ab9 1.4.8-增加已读功能 2025-12-18 16:49:36 +08:00
RachelOS c60a572678 1.4.8-增加已经功能 2025-12-18 16:41:08 +08:00
RachelOS d04c568cbc 1.4.8-Fix 2025-12-17 12:02:36 +08:00
RachelOS ba5d6738b5 1.4.8-Fix 2025-12-11 16:10:59 +08:00
RachelOS 2f717b8f29 1.4.8-Fix 2025-12-11 13:14:51 +08:00
RachelOS 14d692cd29 Fix 2025-11-24 21:25:32 +08:00
RACH 3a4e0b9a26 1.4.8 "Fix" 2025-11-09 14:10:22 +08:00
RACH 8d248e749a "1.4.7 增加API方式扫码" 2025-11-06 23:08:39 +08:00
RachelOs f151d1e3fd 1.4.7 1.4.7 2025-11-04 00:36:51 +08:00
t@123654 4c175696ec -消息任务增加编辑器、消息任务模板解析引擎调整去除多余,号 2025-10-25 01:03:17 +08:00
t@123654 3f68f1609e 1.4.7 UI更新 2025-10-21 11:53:48 +08:00
t@123654 8e8d5bd295 1.4.7 增加导出md/pdf/html/json/docx功能 2025-10-18 00:30:03 +08:00