mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-17 12:09:39 +08:00
- 将手动事务提交回滚按钮并入主工具栏,移除重复入口和未提交文案 - 调整 v2 查询工具栏顺序,收起结果区入口并统一更多、AI、设置交互 - 修正 Wails dev 地址为 127.0.0.1,避免 index.html not found
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "GoNavi",
|
|
"outputfilename": "GoNavi",
|
|
"frontend:install": "node scripts/wails-frontend-install.mjs",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "http://127.0.0.1:5173",
|
|
"wailsjsdir": "./frontend",
|
|
"version": "2",
|
|
"author": {
|
|
"name": "User",
|
|
"email": "user@example.com"
|
|
},
|
|
"debounceMS": 100,
|
|
"appargs": ""
|
|
}
|