label: 3.7.0

improvement: 一句 API 改爲 https
This commit is contained in:
Jerry 2021-03-19 01:08:50 +08:00
parent 1952046a8a
commit 65d89334b2
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ case source
when 3 when 3
script. script.
function subtitleType () { 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] var con = str[0]
if (!{theme.subtitle.effect}) { if (!{theme.subtitle.effect}) {
var from = '出自 ' + str[1] var from = '出自 ' + str[1]

View File

@ -1,6 +1,6 @@
{ {
"name": "hexo-theme-butterfly", "name": "hexo-theme-butterfly",
"version": "3.7.0-b9", "version": "3.7.0",
"description": "A Simple and Card UI Design theme for Hexo", "description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json", "main": "package.json",
"scripts": { "scripts": {