[zh-Dmzj]Add intents for muwai.com (#7844)
* Add intents for muwai.com * Bump version
This commit is contained in:
parent
8db6aef42d
commit
29082d94bf
|
@ -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>
|
||||
|
|
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'Dmzj'
|
||||
pkgNameSuffix = 'zh.dmzj'
|
||||
extClass = '.Dmzj'
|
||||
extVersionCode = 22
|
||||
extVersionCode = 23
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue