mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 14:07:06 +08:00
4.10
This commit is contained in:
12
layout/includes/third-party/effect.pug
vendored
12
layout/includes/third-party/effect.pug
vendored
@@ -24,12 +24,12 @@ if theme.activate_power_mode.enable
|
||||
if theme.click_heart && theme.click_heart.enable
|
||||
script#click-heart(src=url_for(theme.asset.click_heart) async mobile=`${theme.click_heart.mobile}`)
|
||||
|
||||
if theme.ClickShowText && theme.ClickShowText.enable
|
||||
if theme.clickShowText && theme.clickShowText.enable
|
||||
script#click-show-text(
|
||||
src= url_for(theme.asset.ClickShowText)
|
||||
data-mobile= `${theme.ClickShowText.mobile}`
|
||||
data-text= theme.ClickShowText.text.join(",")
|
||||
data-fontsize= theme.ClickShowText.fontSize
|
||||
data-random= `${theme.ClickShowText.random}`
|
||||
src= url_for(theme.asset.clickShowText)
|
||||
data-mobile= `${theme.clickShowText.mobile}`
|
||||
data-text= theme.clickShowText.text.join(",")
|
||||
data-fontsize= theme.clickShowText.fontSize
|
||||
data-random= `${theme.clickShowText.random}`
|
||||
async
|
||||
)
|
||||
Reference in New Issue
Block a user