chore: scaffold wails app

This commit is contained in:
2026-05-13 16:11:29 +08:00
parent 1aace468d0
commit cb01999a77
35 changed files with 2971 additions and 0 deletions

13
wails.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "sgg-ai-skill-manager",
"outputfilename": ".tmp-wails-scaffold",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "wdh-home",
"email": "243823965@qq.com"
}
}