feat: 在页脚显示应用版本

This commit is contained in:
dmy
2026-03-04 14:49:58 +08:00
parent 195beb3520
commit d1baa87ae4
3 changed files with 29 additions and 1 deletions

3
webui/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
/// <reference types="vite/client" />
declare const __APP_VERSION__: string