初始化

This commit is contained in:
杨国锋
2026-02-02 09:45:02 +08:00
parent cf06443441
commit e0181cc7ac
40 changed files with 8771 additions and 0 deletions

16
wails.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "GoNavi-Wails",
"outputfilename": "gonavi",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"wailsjsdir": "./frontend",
"version": "2",
"author": {
"name": "User",
"email": "user@example.com"
},
"debounceMS": 100,
"appargs": ""
}