You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jack
c92bdce207
重构: 抓图链路整体搬到浏览器侧油猴脚本
- 删 internal/downloader(477 行), 后端不再主动抓图
- 删 internal/events/hub.go(无 SSE 消费者)
- 删 web/static/* 与 app.js(前端面板仅保留简洁 status 页)
- 新增 internal/ehttp 共享 utls + Chrome headers 客户端
- 新增 /api/galleries/{title}/missing-images 与 .../images/{key}
- main.go 精简到 5 个路由:healthz / check / save / missing-images / images
- 油猴脚本 get-pre-download-infos.js: 单按钮「Send & Push」串行
- 解析元信息 + 单页 URL 列表
- 并发 5 抓单页 → 解析直链 → 拉 blob → push 到后端
- 单张 3 次重试 + 跑完两轮(keystamp 重抽)
|
3 weeks ago |
| .. |
|
store.go
|
重构: 抓图链路整体搬到浏览器侧油猴脚本
|
3 weeks ago |