Ai
1 Star 0 Fork 20

keshui/AzurLaneAutoScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite-env.d.ts 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
LmeSzinc 提交于 2021-10-08 17:59 +08:00 . Add: Vite Electron Builder template
/// <reference types="vite/client" />
/**
* Describes all existing environment variables and their types.
* Assists in autocomplete and typechecking
*
* @see https://github.com/vitejs/vite/blob/eef51cb37db98a1ad9a541bdd3cd74736ff8488d/packages/vite/types/importMeta.d.ts#L62-L69 Base Interface
*/
interface ImportMetaEnv {
/**
* The value of the variable is set in scripts/watch.js and depend on packages/main/vite.config.js
*/
VITE_DEV_SERVER_URL: undefined | string;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/keshui2021/AzurLaneAutoScript.git
git@gitee.com:keshui2021/AzurLaneAutoScript.git
keshui2021
AzurLaneAutoScript
AzurLaneAutoScript
master

搜索帮助