refactor(project): re-adjust the overall folder
This commit is contained in:
@@ -23,6 +23,22 @@ withDefaults(defineProps<Props>(), {
|
||||
title: '关于项目',
|
||||
});
|
||||
|
||||
declare global {
|
||||
const __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;
|
||||
};
|
||||
}
|
||||
|
||||
const {
|
||||
authorEmail,
|
||||
authorName,
|
||||
|
Reference in New Issue
Block a user