This commit is contained in:
2025-09-04 15:45:52 +08:00
commit 2b71cdc2cd
41 changed files with 2937 additions and 0 deletions

13
wails.json Normal file
View File

@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Connix",
"outputfilename": "Connix",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "clear",
"email": "vezv@163.com"
}
}