Files
Arcrun/landing
Leo 175a290730 feat(mira/feed): WikiStatusBadge 加手動重試按鈕
leo 2026-05-17 反饋:「漏了的要怎麼做?會自己慢慢完成還是要手動下令?」

自動行為解釋:
  mira_feed_watcher cron 每 5 min 掃 tags=[] 的 raw 自動重試。
  但若已被 mark wiki-processed (假處理),watcher 永遠跳過 → 需手動。

互動加:
  - ⚠️ 漏了 變按鈕,click → 清 tag + 立即 trigger wiki_synthesis
  -  wiki 旁加小 ↻ icon,給「tag 標完成但實際沒 wiki」的情況用
  - 點擊後 1 分鐘內顯示「 重試中」防 spam

UX 細節:
  - title hover 解釋每個狀態跟動作
  - retry 同時清 tag + 直接 trigger(不等下個 cron tick)
  - 失敗 fail silently (catch all),1 min 後可再試

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 11:26:24 +08:00
..

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.