[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

4
jm.js
View File

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