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: {
|
||||
logo: { src: '/favicon.ico', width: 24, height: 24 },
|
||||
siteTitle: false,
|
||||
sidebarMenuLabel: '目录',
|
||||
returnToTopLabel: '回到顶部',
|
||||
docFooter: {
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
'Noto Sans SC', 'Source Han Sans SC', sans-serif;
|
||||
}
|
||||
|
||||
.VPNavBarTitle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user