jmcomic 2.5.22__tar.gz → 2.5.23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jmcomic-2.5.22/src/jmcomic.egg-info → jmcomic-2.5.23}/PKG-INFO +1 -1
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/__init__.py +1 -1
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_config.py +4 -7
- {jmcomic-2.5.22 → jmcomic-2.5.23/src/jmcomic.egg-info}/PKG-INFO +1 -1
- {jmcomic-2.5.22 → jmcomic-2.5.23}/LICENSE +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/README.md +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/setup.cfg +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/setup.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/api.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/cl.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_client_impl.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_client_interface.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_downloader.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_entity.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_exception.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_option.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_plugin.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic/jm_toolkit.py +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic.egg-info/SOURCES.txt +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic.egg-info/dependency_links.txt +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic.egg-info/entry_points.txt +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic.egg-info/requires.txt +0 -0
- {jmcomic-2.5.22 → jmcomic-2.5.23}/src/jmcomic.egg-info/top_level.txt +0 -0
|
@@ -76,7 +76,7 @@ class JmMagicConstants:
|
|
|
76
76
|
APP_TOKEN_SECRET = '18comicAPP'
|
|
77
77
|
APP_TOKEN_SECRET_2 = '18comicAPPContent'
|
|
78
78
|
APP_DATA_SECRET = '185Hcomic3PAPP7R'
|
|
79
|
-
APP_VERSION = '1.7.
|
|
79
|
+
APP_VERSION = '1.7.5'
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
# 模块级别共用配置
|
|
@@ -127,13 +127,10 @@ class JmModuleConfig:
|
|
|
127
127
|
|
|
128
128
|
# 移动端API域名
|
|
129
129
|
DOMAIN_API_LIST = shuffled('''
|
|
130
|
-
www.
|
|
131
|
-
www.
|
|
132
|
-
www.cdnxxx-proxy.xyz
|
|
133
|
-
www.cdnxxx-proxy.co
|
|
130
|
+
www.jmapiproxyxxx.vip
|
|
131
|
+
www.cdnblackmyth.vip
|
|
134
132
|
www.cdnblackmyth.xyz
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
www.cdnxxx-proxy.co
|
|
137
134
|
''')
|
|
138
135
|
|
|
139
136
|
APP_HEADERS_TEMPLATE = {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|