857420dfa7
## 補完「上游錯誤要看得到」這條線
- 退避中的檔案也進 `status.failures`(先前退避期間該欄是空的
⇒ 畫面只有「⚠ N 份失敗」沒有原因,等於前面白做)
- `shortError` 從 120 放寬到 240 字:真因在訊息**後半段**,砍 120 會整段切掉
## 實測輸出(不是推測,是印出來的卡片內容)
有 2 份沒有送進知識庫
· 2021超新星品牌白皮書-科特勒.pdf
今天的免費 AI 額度用完了 ⇒ 明天會自動恢復,這些檔案會自己補上,你不用做什麼。
· 台灣青年創新創業協會謝侑霖.pdf
這份 PDF 看起來是掃描的圖片 ⇒ 需要先做文字辨識(OCR),或換一份有文字的版本。
⇒ 同樣是「失敗」,處置完全相反(等就好/要動手),使用者現在分得出來。
(測試資料取自 leo Windows collector.log 的原文。)
README
About
This is the official Wails Vanilla template.
You can configure the project by editing wails.json. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
Live Development
To run in live development mode, run wails dev in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
Building
To build a redistributable, production mode package, use wails build.