From 9e419915b77e170ab3330dcee5cc7e49533f387a Mon Sep 17 00:00:00 2001 From: hect0x7 <93357912+hect0x7@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:02:34 +0800 Subject: [PATCH] =?UTF-8?q?v2.5.4:=20=E6=9B=B4=E6=96=B0=E7=A6=81=E6=BC=ABA?= =?UTF-8?q?PP=E6=9C=80=E6=96=B0=E7=9A=84=E6=8E=A5=E5=8F=A3=E5=92=8C?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=9F=9F=E5=90=8D=EF=BC=88v1.6.6=EF=BC=89=20?= =?UTF-8?q?(#207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmcomic/__init__.py | 2 +- src/jmcomic/jm_config.py | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/jmcomic/__init__.py b/src/jmcomic/__init__.py index 1e68aa9..620af2d 100644 --- a/src/jmcomic/__init__.py +++ b/src/jmcomic/__init__.py @@ -2,7 +2,7 @@ # 被依赖方 <--- 使用方 # config <--- entity <--- toolkit <--- client <--- option <--- downloader -__version__ = '2.5.3' +__version__ = '2.5.4' from .api import * from .jm_plugin import * diff --git a/src/jmcomic/jm_config.py b/src/jmcomic/jm_config.py index 768649c..1a08c31 100644 --- a/src/jmcomic/jm_config.py +++ b/src/jmcomic/jm_config.py @@ -106,23 +106,17 @@ class JmModuleConfig: # 移动端图片域名 DOMAIN_IMAGE_LIST = str_to_list(''' - cdn-msp.jmapiproxy1.monster - cdn-msp2.jmapiproxy1.monster - cdn-msp.jmapiproxy1.cc - cdn-msp.jmapiproxy2.cc - cdn-msp.jmapiproxy3.cc - cdn-msp.jmapiproxy4.cc + cdn-msp.jmapinodeudzn.net + cdn-msp2.jmapinodeudzn.net ''') # 移动端API域名 DOMAIN_API_LIST = str_to_list(''' + www.jmapinodeudzn.xyz + www.jmapinode.vip www.jmapinode.biz - www.jmapinode1.top - www.jmapinode2.top - www.jmapinode3.top - www.jmapinode.top - + www.jmapinode.xyz ''') # 网页端域名配置