fix: 修復本地搜索文章鏈接無法跳轉bugs

feat: 當點擊評論框時,valine背景圖片隱藏
feat: 網頁進入動畫效果可關閉
style: 部分css和js 調整
This commit is contained in:
Jerry
2020-09-19 23:46:53 +08:00
parent c7318a3793
commit a2551d2d29
17 changed files with 272 additions and 258 deletions

View File

@@ -62,7 +62,7 @@ $(function () {
return {
title: $('title', this).text(),
content: $('content', this).text(),
url: $('url', this).text()
url: GLOBAL_CONFIG.root + $('url', this).text()
}
}).get()