[zh-Dmzj]Add intents for muwai.com (#7844)

* Add intents for muwai.com

* Bump version
This commit is contained in:
Myuki 2021-06-25 20:43:50 +08:00 committed by GitHub
parent 8db6aef42d
commit 29082d94bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -26,15 +26,15 @@
android:pathPattern="/..*"
android:scheme="https" />
<data
android:host="m.dmzj1.com"
android:host="m.muwai.com"
android:pathPattern="/info/..*"
android:scheme="https" />
<data
android:host="www.dmzj1.com"
android:host="www.muwai.com"
android:pathPattern="/info/..*"
android:scheme="https" />
<data
android:host="manhua.dmzj1.com"
android:host="manhua.muwai.com"
android:pathPattern="/..*"
android:scheme="https" />
</intent-filter>

View File

@ -6,7 +6,7 @@ ext {
extName = 'Dmzj'
pkgNameSuffix = 'zh.dmzj'
extClass = '.Dmzj'
extVersionCode = 22
extVersionCode = 23
libVersion = '1.2'
}