fix: 🐛 修改自动导入组件类型声明文件路径

Former-commit-id: deb08cb7c53982d47335357d1304df5d2ed09e28
This commit is contained in:
hxr
2023-11-19 10:13:39 +08:00
parent 8fb588e842
commit e976ae8998
3 changed files with 2 additions and 16 deletions

13
types/global.d.ts vendored
View File

@@ -1,17 +1,4 @@
declare global {
/**
* 系统名称、版本、依赖、构建时间的类型提示
*/
const __APP_INFO__: {
pkg: {
name: string;
version: string;
dependencies: Recordable<string>;
devDependencies: Recordable<string>;
};
lastBuildTime: string;
};
/**
* 分页查询参数
*/