Ver Fonte

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

wangcong há 1 mês atrás
pai
commit
519ece83f7
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 }