breaking changes: anchor設置更改,可單獨設置按鈕和自動更新anchor是否開啟,可設置button圖標,可設置button 總是顯示 closed #1025

improvement: 本地預覽,友情鏈接頁面刷新,內容不會重複顯示
This commit is contained in:
Jerry
2022-09-03 15:55:18 +08:00
parent c866315b87
commit 13cf15c369
7 changed files with 46 additions and 35 deletions

View File

@@ -168,8 +168,12 @@ index_post_content:
length: 500 # if you set method to 2 or 3, the length need to config
# anchor
# when you scroll in post, the URL will update according to header id.
anchor: false
anchor:
button:
enable: false
always_show: false
icon: # the unicode value of Font Awesome icon, such as '\3423'
auto_update: false # when you scroll in post, the URL will update according to header id.
# Post
# --------------------------------------