diff --git a/layout/includes/third-party/subtitle.pug b/layout/includes/third-party/subtitle.pug index 84830d17e..ee0f58371 100644 --- a/layout/includes/third-party/subtitle.pug +++ b/layout/includes/third-party/subtitle.pug @@ -69,7 +69,7 @@ case source when 3 script. function subtitleType () { - getScript('http://yijuzhan.com/api/word.php?m=js').then(() => { + getScript('https://yijuzhan.com/api/word.php?m=js').then(() => { var con = str[0] if (!{theme.subtitle.effect}) { var from = '出自 ' + str[1] diff --git a/package.json b/package.json index 18e69ca3c..ac48e905f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-butterfly", - "version": "3.7.0-b9", + "version": "3.7.0", "description": "A Simple and Card UI Design theme for Hexo", "main": "package.json", "scripts": {