This commit is contained in:
2026-05-19 19:31:37 +08:00
commit aab7206307
56 changed files with 5183 additions and 0 deletions

13
wails.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "smartserve-client",
"outputfilename": "smartserve-client",
"frontend:install": "pnpm install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "xie2can",
"email": "384968446@qq.com"
}
}