Commit Graph

13 Commits

Author SHA1 Message Date
OoO
5a5f268358 強化 EA JSON fallback 與 EDM cache 自癒
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
2026-05-21 18:59:16 +08:00
OoO
1205ce87fb 預熱活動看板 worker 快取
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
2026-05-19 13:34:06 +08:00
OoO
6fa425fb41 穩定活動看板共享快取
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
2026-05-19 13:01:04 +08:00
OoO
856075bb4d perf: 降低活動看板預設分頁量
All checks were successful
CD Pipeline / deploy (push) Successful in 1m5s
2026-05-17 23:44:03 +08:00
OoO
4736a7f7df perf: 減輕活動看板首屏載入
All checks were successful
CD Pipeline / deploy (push) Successful in 1m3s
2026-05-17 23:38:06 +08:00
OoO
9dfb7d1514 統一登入與廠商工具頁新版設計
All checks were successful
CD Pipeline / deploy (push) Successful in 58s
2026-05-14 20:43:21 +08:00
OoO
20ab5a7b90 快取活動看板資料指紋
All checks were successful
CD Pipeline / deploy (push) Successful in 56s
2026-05-13 11:05:52 +08:00
OoO
d410677e5e 加速活動看板時段載入
All checks were successful
CD Pipeline / deploy (push) Successful in 57s
2026-05-13 11:00:44 +08:00
OoO
75de76ac12 fix(momo): block EC404 auto-open with end-to-end URL guard
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
- normalize URLs at write time (scheduler crawlers, routes) to drop
  javascript:/EC404/placeholder i_code (momo_/manual_/pchome_)
- add global click+auxclick guard in base.html and ewoooc_base.html
  that intercepts blocked MOMO URLs and redirects to safe i_code URL
- per-page dashboards reuse the same isLikelyMomoIcode validation
- /api/track_momo_link records blocked events for diagnosis
- ship sanitize_momo_urls.py to clean existing polluted DB rows

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 12:00:34 +08:00
OoO
8e9fb3dd17 feat(frontend): 將 V2 設為正式預設介面
All checks were successful
CD Pipeline / deploy (push) Successful in 1m46s
2026-05-01 00:28:56 +08:00
OoO
3398c15a75 feat(frontend): 新增 EDM V2 feature flag 2026-04-30 23:56:17 +08:00
OoO
af260c4a01 feat: 新增三個促銷活動爬蟲支援(母親節、520情人節、勞動節)
All checks were successful
CD Pipeline / deploy (push) Successful in 1m12s
- 新增通用促銷活動爬蟲函式 run_promo_event_task()
- 更新 crawler_config_loader.py 新增三個活動配置
- 更新 run_scheduler.py 動態註冊促銷活動爬蟲
- 新增 API 端點 /api/run_promo_event_task
- 新增三個前端儀表板路由(/edm/mothers_day, /edm/valentine_520, /edm/labor_day)
- 更新所有儀表板頁籤列表
- 新增配置檔案 services/data/crawler_config.json
- 新增使用文件 docs/guides/promo_event_crawler_guide.md
- 更新 agent_actions.py 允許重試列表
2026-04-28 13:57:44 +08:00
ogt
1b4f3a7bbe feat: EwoooC 初始化 — 完整專案推版至 Gitea
Some checks failed
CD Pipeline / deploy (push) Failing after 59s
- 建立 Gitea Actions CD pipeline (.gitea/workflows/cd.yaml)
- 部署模式: rsync Python 檔案至 188 → docker restart (volume mount)
- Dockerfile/requirements 變動時自動重建 Docker image
- 部署通知: Telegram (開始/成功/失敗)
- 健康檢查: https://mo.wooo.work/health (最多 5 次重試)
- 同步最新 CLAUDE.md / ADR-008 / memory (2026-04-19)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 01:21:13 +08:00