feat: add about page

This commit is contained in:
vben
2024-06-23 20:05:22 +08:00
parent d4f61c283f
commit 199d5506ac
28 changed files with 394 additions and 18 deletions

View File

@@ -42,6 +42,8 @@ interface CommonPluginOptions {
devtools?: boolean;
/** 环境变量 */
env?: Record<string, any>;
/** 是否开启注入metadata */
injectMetadata: boolean;
/** 是否构建模式 */
isBuild?: boolean;
/** 构建模式 */