添加书签页面
This commit is contained in:
@ -72,7 +72,7 @@ global:
|
||||
# Effects on mouse hover
|
||||
hover:
|
||||
shadow: true # shadow effect
|
||||
scale: false # scale effect
|
||||
scale: true # scale effect
|
||||
# Scroll progress
|
||||
scroll_progress:
|
||||
bar: true # progress bar
|
||||
@ -210,6 +210,9 @@ navbar:
|
||||
Home:
|
||||
path: /
|
||||
icon: fa-regular fa-house # can be empty
|
||||
书签:
|
||||
path: /bookmarks
|
||||
icon: fa-solid fa-bookmark
|
||||
Google:
|
||||
path: https://www.google.com/
|
||||
icon: fa-brands fa-google
|
||||
@ -256,6 +259,9 @@ home:
|
||||
# Archives:
|
||||
# path: /archives
|
||||
# icon: fa-regular fa-archive # can be empty
|
||||
BookMarks:
|
||||
path: /bookmarks
|
||||
icon: fa-solid fa-bookmark
|
||||
Tags:
|
||||
path: /tags
|
||||
icon: fa-regular fa-tags # can be empty
|
||||
@ -441,14 +447,24 @@ plugins:
|
||||
enable: false # Whether to enable
|
||||
# Aplayer. See https://github.com/DIYgod/APlayer
|
||||
aplayer:
|
||||
enable: false # Whether to enable
|
||||
enable: true # Whether to enable
|
||||
type: fixed # fixed, mini
|
||||
audios:
|
||||
- name: # audio name
|
||||
artist: # audio artist
|
||||
url: # audio url
|
||||
cover: # audio cover url
|
||||
- name: Daisy Crown # audio name
|
||||
artist: Empty old City/Wuthering Waves # audio artist
|
||||
url: https://music.163.com/song/media/outer/url?id=2676687608.mp3 # audio url
|
||||
cover: https://p2.music.126.net/J0ZfqWmqX3zGJLzTubJ7vg==/109951170498554226.jpg # audio cover url
|
||||
lrc: # audio cover lrc
|
||||
|
||||
- name: Destiny【BlackYearning】[RWBY Doujin remix]
|
||||
artist: Cre-sc3NT
|
||||
url: https://music.163.com/song/media/outer/url?id=463311509.mp3
|
||||
cover: https://p1.music.126.net/_M3lkuYe93Fdo8kBLDBQlA==/109951162870251332.jpg
|
||||
|
||||
- name: ハレハレヤ(朗朗晴天)(翻自 v flower)
|
||||
artist: 猫瑾
|
||||
url: https://m10.music.126.net/20251013193722/3cba74c5b68ae7886ddc7405dd4467fb/ymusic/050f/0452/020f/2ee26099f9389eee522c5ea8ec0eee63.mp3
|
||||
cover: https://p2.music.126.net/mbBNJr8tGckoGsr-fSd4cQ==/109951164080199565.jpg
|
||||
# - name: # audio name
|
||||
# artist: # audio artist
|
||||
# url: # audio url
|
||||
|
||||
Reference in New Issue
Block a user