fix(image): fix image safeURL bug

This commit is contained in:
Dillon
2020-02-03 20:47:49 +08:00
parent 52c7ad29a6
commit 77d2decf86
9 changed files with 478 additions and 151 deletions

View File

@@ -124,7 +124,7 @@ dateFormatToUse = "2006-01-02"
# 页面底部版权信息设置
## 网站创立年份
since = 2018
since = 2019
## ICP 备案信息,仅在中国使用 (允许使用 HTML 格式)
icp = ""
## 许可协议信息 (允许使用 HTML 格式)
@@ -133,6 +133,8 @@ dateFormatToUse = "2006-01-02"
# 用于生成文章上次修改时间的公共 git 仓库路径,仅在 enableGitInfo 设为 true 时有效
gitRepo = ""
# 是否渲染数学公式
math = true
# 是否在文章页面显示原始 Markdown 文档链接
linkToMarkdown = true