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

@@ -24,6 +24,7 @@ function defineApplicationConfig(options: DefineApplicationOptions = {}) {
html: true,
i18n: true,
injectAppLoading: true,
injectMetadata: true,
isBuild,
license: true,
mock: true,

View File

@@ -19,6 +19,7 @@ function defineLibraryConfig(options: DefineLibraryOptions = {}) {
const plugins = await getLibraryConditionPlugins({
dts: false,
injectLibCss: true,
injectMetadata: true,
isBuild,
mode,
...(typeof library === 'function' ? library(config) : library),