浏览代码

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

wangcong 1 月之前
父节点
当前提交
519ece83f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
 }