From f716c8a039bf9a92d99b84483098cb1e5c391f92 Mon Sep 17 00:00:00 2001 From: nyne Date: Thu, 13 Feb 2025 20:00:05 +0800 Subject: [PATCH] [jm] Fix favorite order setting --- index.json | 2 +- jm.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.json b/index.json index af420eb..31d210f 100644 --- a/index.json +++ b/index.json @@ -45,6 +45,6 @@ "name": "禁漫天堂", "fileName": "jm.js", "key": "jm", - "version": "1.1.0" + "version": "1.1.1" } ] diff --git a/jm.js b/jm.js index 8c4e39f..05cbace 100644 --- a/jm.js +++ b/jm.js @@ -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' } }