webadmin端增加版本号和部署功能

This commit is contained in:
2026-07-12 13:52:22 +08:00
parent 63af3321dd
commit d271ac5b13
16 changed files with 329 additions and 5 deletions
@@ -11,4 +11,9 @@ export class AdminDashboardController {
stats() {
return this.dashboardService.getStats();
}
@Get('version')
version() {
return this.dashboardService.getLatestVersion();
}
}