Hide site logo and title from the navigation bar.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -50,7 +50,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: { src: '/favicon.ico', width: 24, height: 24 },
|
siteTitle: false,
|
||||||
sidebarMenuLabel: '目录',
|
sidebarMenuLabel: '目录',
|
||||||
returnToTopLabel: '回到顶部',
|
returnToTopLabel: '回到顶部',
|
||||||
docFooter: {
|
docFooter: {
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
'Noto Sans SC', 'Source Han Sans SC', sans-serif;
|
'Noto Sans SC', 'Source Han Sans SC', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.VPNavBarTitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user