e7a72d74e1
舊版 onboarding() 只有兩行字+兩顆按鈕,沒解釋 Arcrun 是什麼,也沒有 「我做到哪了」的感覺;『我還沒有知識庫』點下去就丟去外部網址, 回來以後要自己想起來要按哪顆鈕才能連線。 改成兩步小精靈,每步都有步驟點(1/2): ① 認識 Arcrun:三句大白話講清楚在做什麼,不用任何內部詞 ② 連上或申請知識庫:『已經有了』/『還沒有』並排兩張卡, 『還沒有』那張當場講清楚『回來這裡按哪顆鈕』,不是丟出去就沒事 連線邏輯(Connect/showConnect)完全沒動,接的是既有後端; 連線成功後落回首頁,首頁本來就有狀態時間軸+自動種好的範例資料夾 (default_library.go 的 P4),使用者不必再多做一步就看得到 『丟檔案 → 知識卡』整條路跑起來。 只動前端(main.js+style.css),零 Go 改動。check-cis.sh 全過; 用 mock window.go.main.App 在瀏覽器截圖驗過兩步畫面(截圖見 issue #23 留言)。
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.