mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
docs: change home page header
This commit is contained in:
parent
7e57846f32
commit
266cfb3901
@ -13,13 +13,12 @@ export default defineConfig({
|
|||||||
logo: '/obsidian-douban-logo.png',
|
logo: '/obsidian-douban-logo.png',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: '首页', link: '/' },
|
{ text: '首页', link: '/' },
|
||||||
{ text: '效果展示', items: [
|
{ text: '特殊效果', items: [
|
||||||
{ text: '时间线效果', link: '/Obsidian-Douban-TimeLine' },
|
{ text: '时间线效果', link: '/Obsidian-Douban-TimeLine' },
|
||||||
{ text: '类网页效果', link: '/Obsidian-Douban-BlueTopaz' },
|
{ text: '类网页效果', link: '/Obsidian-Douban-BlueTopaz' },
|
||||||
{ text: '书架效果', link: 'Obsidian-Douban-DataView-Jump' }
|
{ text: '书架效果', link: 'Obsidian-Douban-DataView-Jump' }
|
||||||
] },
|
] },
|
||||||
{ text: '作者', link: 'https://wxp.hk' },
|
{ text: '作者', link: 'https://wxp.hk' },
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
@ -45,12 +44,13 @@ export default defineConfig({
|
|||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/Wanxp/obsidian-douban' },
|
{ icon: 'github', link: 'https://github.com/Wanxp/obsidian-douban' },
|
||||||
// { icon: 'blog', link: 'https://github.com/Wanxp/obsidian-douban' }
|
// { icon: 'blog', link: 'https://github.com/Wanxp/obsidian-douban' }
|
||||||
{
|
],
|
||||||
icon: {
|
lastUpdated: {
|
||||||
png: '/img/wanxp-obsidian-douban-logo.png',
|
text: '最后更新于',
|
||||||
},
|
formatOptions: {
|
||||||
link: 'https://wxp.hk'
|
dateStyle: 'full',
|
||||||
|
timeStyle: 'medium'
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user