[opt] config

This commit is contained in:
xaoxuu 2024-01-19 13:59:28 +08:00
parent 6f8c941f2a
commit 9e5f2cce1f
1 changed files with 20 additions and 20 deletions

View File

@ -34,26 +34,26 @@ menubar:
# icon: 支持 svg/img 标签,可以定义在 icons.yml 文件中,也支持外部图片的 URL
# title: 标题
# url: 点击跳转到哪,支持相对路径和绝对路径
- id: post
theme: '#1BCDFC'
icon: solar:documents-bold-duotone
title: 博客
url: /
- id: wiki
theme: '#3DC550'
icon: solar:notebook-bookmark-bold-duotone
title: 文档
url: /wiki/
- id: explore
theme: '#FA6400'
icon: solar:planet-bold-duotone
title: 探索
url: /notes/
- id: social
theme: '#F44336'
icon: solar:chat-square-like-bold-duotone
title: 社交
url: /friends/
# - id: post
# theme: '#1BCDFC'
# icon: solar:documents-bold-duotone
# title: 博客
# url: /
# - id: wiki
# theme: '#3DC550'
# icon: solar:notebook-bookmark-bold-duotone
# title: 文档
# url: /wiki/
# - id: explore
# theme: '#FA6400'
# icon: solar:planet-bold-duotone
# title: 探索
# url: /explore/
# - id: social
# theme: '#F44336'
# icon: solar:chat-square-like-bold-duotone
# title: 社交
# url: /friends/
######## Main ########