This commit is contained in:
telangpu
2026-05-10 23:37:56 +08:00
parent 4ef6bfcdba
commit 2cc12b5ab7
116 changed files with 87463 additions and 0 deletions

4
a13_uy_Fine_sucive/env.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_BASE_URL: string;
}