Files
MyGoNavi/wails.json
Syngnat 193d68398b 🔧 chore(license): 补齐开源许可与发布声明
- 新增项目版权及上游 NOTICE
- 让桌面、容器、驱动发布包携带法律文档
- 补充 Wails 和前端许可证元数据
- 增加发布资产回归校验
2026-07-16 17:24:16 +08:00

23 lines
612 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": "Syngnat",
"email": "yangguofeng919@gmail.com"
},
"info": {
"companyName": "Syngnat",
"productName": "GoNavi",
"copyright": "Copyright 2026 Syngnat",
"comments": "GoNavi is licensed under the Apache License, Version 2.0."
},
"debounceMS": 100,
"appargs": ""
}