mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
[jm] Fix favorite order setting
This commit is contained in:
@@ -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
4
jm.js
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user