go-stock/wails.json
2024-12-17 12:51:15 +08:00

20 lines
499 B
JSON

{
"name": "go-stock",
"outputfilename": "go-stock",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "http://localhost:5173",
"author": {
"name": "spark",
"email": "wzl@huazx.cn"
},
"info": {
"companyName": "sparkmemory",
"productName": "go-stock",
"productVersion": "1.0.0",
"copyright": "Copyright#sparkmemory@163.com",
"comments": "股票行情实时获取"
}
}