mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix( 斗鱼 ): 播放界面-全屏播放规则优化 (#1232)
Signed-off-by: dlh <du__th@163.com> Co-authored-by: dlh <du__th@163.com> close #1162
This commit is contained in:
@@ -49,8 +49,12 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: 'ImageView < ViewGroup + @ViewGroup > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892825',
|
||||
matches:
|
||||
'ImageView < ViewGroup + @ViewGroup[childCount=1] > ImageView', //添加childCount=1避免【全屏播放-设置】误触
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12892825',
|
||||
'https://gkd-kit.gitee.io/import/13037239',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user