1 Star 0 Fork 9

花儿朵朵、向太阳/D2Advance

forked from D2Projects/D2Advance 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
global.d.ts 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
CNine 提交于 2021-03-17 13:27 . chore(deps): [email protected]
interface CustomEnvVariables {
VITE_BASE_URL: string;
VITE_HTTP_MOCK?: 'on' | 'off';
VITE_SOURCE_MAP?: 'on' | 'off';
VITE_GZIP?: 'on' | 'off';
VITE_BROTLI?: 'on' | 'off';
VITE_API_BASE_URL: string;
// ... more here and start with 'VITE_'
}
// https://stackoverflow.com/questions/66039933/typescript-types-for-import-meta-env
interface ImportMetaEnv extends CustomEnvVariables {
/**
* ! DON'T USE ME
*/
__: unknown;
}
interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
__VUE_DEVTOOLS_GLOBAL_HOOK__: any;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Gouxuebin/d2-advance.git
[email protected]:Gouxuebin/d2-advance.git
Gouxuebin
d2-advance
D2Advance
master

搜索帮助