Skip to content

Commit

Permalink
v2.5.23: 更新1.7.5禁漫APP最新域名 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
hect0x7 authored Nov 20, 2024
1 parent 8482e4d commit 97816c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/jmcomic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 被依赖方 <--- 使用方
# config <--- entity <--- toolkit <--- client <--- option <--- downloader

__version__ = '2.5.22'
__version__ = '2.5.23'

from .api import *
from .jm_plugin import *
Expand Down
11 changes: 4 additions & 7 deletions src/jmcomic/jm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class JmMagicConstants:
APP_TOKEN_SECRET = '18comicAPP'
APP_TOKEN_SECRET_2 = '18comicAPPContent'
APP_DATA_SECRET = '185Hcomic3PAPP7R'
APP_VERSION = '1.7.2'
APP_VERSION = '1.7.5'


# 模块级别共用配置
Expand Down Expand Up @@ -127,13 +127,10 @@ class JmModuleConfig:

# 移动端API域名
DOMAIN_API_LIST = shuffled('''
www.cdnxxx-proxy.vip
www.cdnxxx-proxy.org
www.cdnxxx-proxy.xyz
www.cdnxxx-proxy.co
www.jmapiproxyxxx.vip
www.cdnblackmyth.vip
www.cdnblackmyth.xyz
www.cdnxxx-proxy.co
''')

APP_HEADERS_TEMPLATE = {
Expand Down

0 comments on commit 97816c7

Please sign in to comment.