Explorar el Código

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

wangcong hace 1 mes
padre
commit
519ece83f7
Se han modificado 1 ficheros con 1 adiciones y 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;
 }