This commit is contained in:
2026-01-14 14:17:38 +08:00
commit f1e2ff6563
126 changed files with 13636 additions and 0 deletions

16
wails.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "ssq-desk",
"outputfilename": "ssq-desk",
"frontend:dir": "web",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"wailsjsdir": "./web/src",
"buildflags": "-tags=sqlite_omit_load_extension",
"author": {
"name": "JueChen",
"email": "237809796@qq.com"
}
}