This commit is contained in:
telangpu
2026-05-10 22:48:33 +08:00
parent 91fd7ffcf0
commit 35a00381fe
481 changed files with 73279 additions and 0 deletions

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

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