[jm] Fix favorite order setting

This commit is contained in:
2025-02-13 20:00:05 +08:00
parent 2f7d61b8ac
commit f716c8a039
2 changed files with 3 additions and 3 deletions

View File

@@ -45,6 +45,6 @@
"name": "禁漫天堂", "name": "禁漫天堂",
"fileName": "jm.js", "fileName": "jm.js",
"key": "jm", "key": "jm",
"version": "1.1.0" "version": "1.1.1"
} }
] ]

4
jm.js
View File

@@ -7,7 +7,7 @@ class JM extends ComicSource {
// unique id of the source // unique id of the source
key = "jm" key = "jm"
version = "1.1.0" version = "1.1.1"
minAppVersion = "1.2.5" minAppVersion = "1.2.5"
@@ -900,7 +900,7 @@ class JM extends ComicSource {
text: 'Update Time', text: 'Update Time',
} }
], ],
default: '0' default: 'mr'
} }
} }