From 65d89334b25ac826e52ef0c259847a174a255d57 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 19 Mar 2021 01:08:50 +0800 Subject: [PATCH] =?UTF-8?q?label:=203.7.0=20improvement:=20=E4=B8=80?= =?UTF-8?q?=E5=8F=A5=20API=20=E6=94=B9=E7=88=B2=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/third-party/subtitle.pug | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/includes/third-party/subtitle.pug b/layout/includes/third-party/subtitle.pug index 84830d1..ee0f583 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 18e69ca..ac48e90 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": {