1 Star 2 Fork 1

久爱不腻gby/noah-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.d.ts 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
noah_geng 提交于 2023-11-21 10:03 . 工程初始化
/// <reference types="vite/client" />
/// <reference types="vite-svg-loader" />
interface ImportMetaEnv {
VITE_PLAUSIBLE_API_HOST: string;
VITE_PLAUSIBLE_DOMAIN: string;
PACKAGE_VERSION: string;
GIT_SHORT_SHA: string;
PROD: boolean;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiuaibunigby/noah-tools.git
git@gitee.com:jiuaibunigby/noah-tools.git
jiuaibunigby
noah-tools
noah-tools
master

搜索帮助