fix: 修复 Vite allow list 错误

This commit is contained in:
CHE LIANG ZHAO
2026-01-26 16:24:39 +08:00
parent ab9aab7beb
commit ef34a1bb5d
4 changed files with 14 additions and 6 deletions

3
web/src/app.d.ts vendored
View File

@@ -8,6 +8,9 @@ declare global {
// interface PageState {}
// interface Platform {}
}
// Vite 注入的全局变量
const __APP_VERSION__: string;
}
export {};