feat: add about page
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
},
|
||||
"./global": {
|
||||
"types": "./global.d.ts"
|
||||
},
|
||||
"./window": {
|
||||
"types": "./window.d.ts"
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
|
19
packages/types/window.d.ts
vendored
Normal file
19
packages/types/window.d.ts
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__VBEN_ADMIN_METADATA__: {
|
||||
authorEmail: string;
|
||||
authorName: string;
|
||||
authorUrl: string;
|
||||
buildTime: string;
|
||||
dependencies: Record<string, string>;
|
||||
description: string;
|
||||
devDependencies: Record<string, string>;
|
||||
homepage: string;
|
||||
license: string;
|
||||
repositoryUrl: string;
|
||||
version: string;
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user