837e5e8052
changelog 補上用戶語言的更新內容(daemon-version.py --stamp 依此機械 算出版號、記錄原始碼指紋)。三平台已打包並拆開驗證內嵌版本 == v0.18.22: - Mac DMG:Info.plist CFBundleShortVersionString=0.18.22, arcrun-app --collector --version → v0.18.22,codesign 有效 - Windows exe:ldflags 內嵌 v0.18.22(無舊版號殘留), build-win.sh 內建探針確認 --collector --version → v0.18.22 - MSIX:AppxManifest Identity Version=0.18.22.0(真身分,非佔位值), 內嵌 Arcrun.exe 同樣是 v0.18.22 尚未出貨(ship.mjs/purge jsDelivr/D20 開閘),產物留在 collector/cmd/arcrun-app/dist(-msix)/(gitignored,不進版控)。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.