fix: 移除统计&添加环境变量

This commit is contained in:
bietiaop
2025-01-24 21:44:12 +08:00
parent 8ec5a4d071
commit 86f6caa714
4 changed files with 48 additions and 35 deletions

9
napcat.webui/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_DEBUG_BACKEND_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}