1. 修復當valine background 是絕對地址時無法顯示的bug

This commit is contained in:
Jerry
2019-12-22 00:50:59 +08:00
parent e77ab81941
commit 995fc7cf9d
4 changed files with 8 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
if theme.translate && theme.translate.enable
script(src=url_for(theme.CDN.translate))
if (theme.medium_zoom && theme.medium_zoom.enable)
script(src=url_for(theme.CDN.medium_zoom))
@@ -31,12 +34,6 @@ if theme.activate_power_mode.enable
POWERMODE.shake = !{shake};
document.body.addEventListener('input', POWERMODE);
if theme.translate && theme.translate.enable
script(src=url_for(theme.CDN.translate))
if is_home()
include index-js.pug
if theme.busuanzi.site_uv || theme.busuanzi.site_pv || theme.busuanzi.page_pv
script(async src=url_for(theme.CDN.busuanzi))
@@ -52,3 +49,6 @@ if theme.click_heart && theme.click_heart.enable
if theme.ClickShowText && theme.ClickShowText.enable
script(src=url_for(theme.CDN.ClickShowText))
if is_home()
include index-js.pug