Pārlūkot izejas kodu

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

wangcong 1 mēnesi atpakaļ
vecāks
revīzija
519ece83f7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
 }