Skip to content

Commit 97816c7

Browse files
authored
v2.5.23: 更新1.7.5禁漫APP最新域名 (#307)
1 parent 8482e4d commit 97816c7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

src/jmcomic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 被依赖方 <--- 使用方
33
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
44

5-
__version__ = '2.5.22'
5+
__version__ = '2.5.23'
66

77
from .api import *
88
from .jm_plugin import *

src/jmcomic/jm_config.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class JmMagicConstants:
7676
APP_TOKEN_SECRET = '18comicAPP'
7777
APP_TOKEN_SECRET_2 = '18comicAPPContent'
7878
APP_DATA_SECRET = '185Hcomic3PAPP7R'
79-
APP_VERSION = '1.7.2'
79+
APP_VERSION = '1.7.5'
8080

8181

8282
# 模块级别共用配置
@@ -127,13 +127,10 @@ class JmModuleConfig:
127127

128128
# 移动端API域名
129129
DOMAIN_API_LIST = shuffled('''
130-
www.cdnxxx-proxy.vip
131-
www.cdnxxx-proxy.org
132-
www.cdnxxx-proxy.xyz
133-
www.cdnxxx-proxy.co
130+
www.jmapiproxyxxx.vip
131+
www.cdnblackmyth.vip
134132
www.cdnblackmyth.xyz
135-
136-
133+
www.cdnxxx-proxy.co
137134
''')
138135

139136
APP_HEADERS_TEMPLATE = {

0 commit comments

Comments
 (0)