Jinman Tiantang: update URL (#14517)
This commit is contained in:
parent
a92571f889
commit
1182b80a0e
|
@ -23,7 +23,7 @@
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="jmcomic.win"
|
android:host="jmcomic.onl"
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="jmcomic1.moe"
|
android:host="jmcomic1.onl"
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Jinman Tiantang'
|
extName = 'Jinman Tiantang'
|
||||||
pkgNameSuffix = 'zh.jinmantiantang'
|
pkgNameSuffix = 'zh.jinmantiantang'
|
||||||
extClass = '.Jinmantiantang'
|
extClass = '.Jinmantiantang'
|
||||||
extVersionCode = 31
|
extVersionCode = 32
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -58,16 +58,16 @@ internal const val USE_MIRROR_URL_PREF = "useMirrorWebsitePreference"
|
||||||
|
|
||||||
internal val SITE_ENTRIES_ARRAY_DESCRIPTION = arrayOf(
|
internal val SITE_ENTRIES_ARRAY_DESCRIPTION = arrayOf(
|
||||||
"主站", "海外分流",
|
"主站", "海外分流",
|
||||||
"中国大陆总站", "中国大陆分流",
|
"中国大陆线路1", "中国大陆线路2",
|
||||||
"东南亚线路1", "东南亚线路2",
|
"东南亚线路1", "东南亚线路2",
|
||||||
"中国大陆分流2",
|
"中国大陆线路3",
|
||||||
)
|
)
|
||||||
|
|
||||||
// List is based on https://jmcomic.bet/
|
// List is based on https://jmcomic.bet/
|
||||||
// Please also update AndroidManifest
|
// Please also update AndroidManifest
|
||||||
internal val SITE_ENTRIES_ARRAY = arrayOf(
|
internal val SITE_ENTRIES_ARRAY = arrayOf(
|
||||||
"18comic.vip", "18comic.org",
|
"18comic.vip", "18comic.org",
|
||||||
"jmcomic.win", "jmcomic1.win",
|
"jmcomic.onl", "jmcomic1.win",
|
||||||
"jmcomic.me", "jmcomic1.me",
|
"jmcomic.me", "jmcomic1.me",
|
||||||
"jmcomic1.moe",
|
"jmcomic1.onl",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue