1 Star 0 Fork 0

秦豪杰/big-screen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.d.ts 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦豪杰 提交于 2023-03-09 09:44 . feat: 🎉 基本功能实现
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}
/// <reference types="vite/client" />
interface ImportMetaEnv extends Readonly<Record<string, string>> {
readonly VITE_USER_NODE_ENV: "development" | "production"; //自定义环境变量
readonly VITE_APP_TITLE: string;
readonly VITE_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/LuckyCatHao/big-screen.git
git@gitee.com:LuckyCatHao/big-screen.git
LuckyCatHao
big-screen
big-screen
master

搜索帮助