Merge branch 'jerryc127:dev' into dev

This commit is contained in:
pai233
2022-05-21 08:26:46 +08:00
committed by GitHub
17 changed files with 53 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ script.
if (typeof twikoo === 'object') {
runTwikoo()
} else {
getScript('!{theme.asset.twikoo}').then(runTwikoo)
getScript('!{url_for(theme.asset.twikoo)}').then(runTwikoo)
}
}