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