2b06a0456d
指紋閘擋下重打同版號(「兩個內容不同卻都叫 v0.18.22=版本號說謊」), 照它要求先寫 changelog 才放行——這個閘今天第一次真的攔到人,有效。 打包踩到一個坑:dmg 壓製回 resource temporarily unavailable, 真因是前一次對照實驗留下的 /Volumes/Arcrun 1 掛載點沒卸載。 hdiutil detach -force 後即通過。記下來免得下次誤判成打包壞了。
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.