Compare commits

...

4 Commits
5.3.4 ... 5.3.5

Author SHA1 Message Date
Jerry
46cf1c4e80 Merge branch 'dev' 2025-03-04 16:19:44 +08:00
Jerry Wong
a3f6b625ed Update package.json 2025-03-04 16:14:26 +08:00
Jerry Wong
4a955f0f05 Merge pull request #1659 from LinkinStars/fix-link
fix(subtitle): fix the wrong subtitle link
2025-03-04 16:05:44 +08:00
LinkinStars
525ed7ac82 fix(subtitle): fix the wrong subtitle link 2025-03-03 15:00:27 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ case source
when 3
script.
function subtitleType () {
btf.getScript('https://sdk.jinrishi8ci.com/v2/browser/jinrishici.js')
btf.getScript('https://sdk.jinrishici.com/v2/browser/jinrishici.js')
.then(() => {
jinrishici.load(result => {
if (result && result.data && result.data.content) {

View File

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