Explorar o código

chore(types): 添加“图片地址”环境变量类型

wangcong hai 1 mes
pai
achega
519ece83f7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/types/env.d.ts

+ 1 - 0
src/types/env.d.ts

@@ -2,6 +2,7 @@
 
 interface ImportMetaEnv {
   readonly VITE_BASE_API: string;
+  readonly VITE_IMG_API: string;
   readonly VITE_VIEW_URL: string;
   readonly VITE_TEMP_TOKEN: string;
 }