feat: add build task for app and update version build_id

This commit is contained in:
Jacky 2025-03-31 02:44:43 +00:00
parent 51443dead2
commit 543c0541db
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 10 additions and 1 deletions

9
.vscode/tasks.json vendored
View file

@ -72,6 +72,15 @@
},
"problemMatcher": []
},
{
"label": "[App] Build",
"type": "shell",
"command": "cd app && pnpm build",
"presentation": {
"panel": "new"
},
"problemMatcher": []
},
{
"label": "Go Generate",
"type": "shell",

View file

@ -1 +1 @@
{"version":"2.0.0-rc.5","build_id":1,"total_build":395}
{"version":"2.0.0-rc.5","build_id":2,"total_build":396}