opt: url scheme优化 issues #581

This commit is contained in:
guozhigq
2024-03-03 15:20:59 +08:00
parent c4b3446956
commit 8109314aaf
3 changed files with 88 additions and 39 deletions

View File

@ -223,6 +223,10 @@
android:pathPattern="/mobile/video/.*" />
<data android:scheme="https" android:host="www.bilibili.com"
android:pathPattern="/mobile/video/.*" />
<data android:scheme="https" android:host="b23.tv"
android:pathPattern="/*" />
<data android:scheme="https" android:host="space.bilibili.com"
android:pathPattern="/*" />
</intent-filter>
</activity>