[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:pathPattern="/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="m.dmzj1.com"
|
android:host="m.muwai.com"
|
||||||
android:pathPattern="/info/..*"
|
android:pathPattern="/info/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="www.dmzj1.com"
|
android:host="www.muwai.com"
|
||||||
android:pathPattern="/info/..*"
|
android:pathPattern="/info/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
<data
|
||||||
android:host="manhua.dmzj1.com"
|
android:host="manhua.muwai.com"
|
||||||
android:pathPattern="/..*"
|
android:pathPattern="/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -6,7 +6,7 @@ ext {
|
||||||
extName = 'Dmzj'
|
extName = 'Dmzj'
|
||||||
pkgNameSuffix = 'zh.dmzj'
|
pkgNameSuffix = 'zh.dmzj'
|
||||||
extClass = '.Dmzj'
|
extClass = '.Dmzj'
|
||||||
extVersionCode = 22
|
extVersionCode = 23
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue