Skip to content

Commit

Permalink
v2.5.18: 更新禁漫最新可用线路 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
hect0x7 authored Aug 20, 2024
1 parent fb260f2 commit ccfc4c9
Show file tree
Hide file tree
Showing 2 changed files with 9 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.17'
__version__ = '2.5.18'

from .api import *
from .jm_plugin import *
Expand Down
15 changes: 8 additions & 7 deletions src/jmcomic/jm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,20 +143,21 @@ class JmModuleConfig:

# 移动端图片域名
DOMAIN_IMAGE_LIST = str_to_list('''
cdn-msp.jmapiproxy1.cc
cdn-msp.jmapiproxy2.cc
cdn-msp2.jmapiproxy2.cc
cdn-msp3.jmapiproxy2.cc
cdn-msp.jmapinodeudzn.net
cdn-msp2.jmapinodeudzn.net
cdn-msp2.jmapiproxy3.cc
cdn-msp3.jmapinodeudzn.net
''')

# 移动端API域名
DOMAIN_API_LIST = str_to_list('''
www.jmapinodeudzn.xyz
www.cdn-eldenringproxy.xyz
www.cdn-eldenringproxy.me
www.cdn-eldenringproxy.vip
www.jmapinode.xyz
www.jmapidestiny.xyz
www.jmeadpoolcdn.one
www.jmeadpoolcdn.life
''')

# 网页端域名配置
Expand Down

0 comments on commit ccfc4c9

Please sign in to comment.