fix avatar pc

This commit is contained in:
Chuck1sn
2025-06-15 16:38:39 +08:00
parent dc7780e0a8
commit d9853ef8d0
5 changed files with 21 additions and 5 deletions

1
frontend/env.d.ts vendored
View File

@@ -9,6 +9,7 @@ interface ImportMetaEnv {
readonly VITE_ENABLE_MOCK: "true" | "false";
readonly VITE_BACKEND_PORT: string;
readonly VITE_BASE_URL: string;
readonly VITE_STATIC_URL: string;
readonly VITE_SOURCE_MAP: "true" | "false";
}