fix: 🐛 修改自动导入组件类型声明文件路径
Former-commit-id: deb08cb7c53982d47335357d1304df5d2ed09e28
This commit is contained in:
13
types/global.d.ts
vendored
13
types/global.d.ts
vendored
@@ -1,17 +1,4 @@
|
||||
declare global {
|
||||
/**
|
||||
* 系统名称、版本、依赖、构建时间的类型提示
|
||||
*/
|
||||
const __APP_INFO__: {
|
||||
pkg: {
|
||||
name: string;
|
||||
version: string;
|
||||
dependencies: Recordable<string>;
|
||||
devDependencies: Recordable<string>;
|
||||
};
|
||||
lastBuildTime: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* 分页查询参数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user