准备修改主题字体
This commit is contained in:
@@ -34,7 +34,7 @@ export default defineAppConfig({
|
||||
}]
|
||||
},
|
||||
footer: {
|
||||
credits: `Copyright © ${new Date().getFullYear()}`,
|
||||
credits: `Copyright © ${new Date().getFullYear()} Estel. All rights reserved.`,
|
||||
colorMode: false,
|
||||
links: [{
|
||||
'icon': 'i-simple-icons-nuxtdotjs',
|
||||
|
@@ -45,6 +45,7 @@ provide('navigation', navigation)
|
||||
<LazyUContentSearch
|
||||
:files="files"
|
||||
:navigation="navigation"
|
||||
placeholder="请输入关键词..."
|
||||
/>
|
||||
</ClientOnly>
|
||||
</UApp>
|
||||
|
Reference in New Issue
Block a user