mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix(天翼云盘): 全屏广告-首页弹窗广告误触
This commit is contained in:
@@ -7,14 +7,18 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-首页弹窗广告',
|
name: '全屏广告-首页弹窗广告',
|
||||||
activityIds: ['com.cn21.ecloud.activity.MainPageActivity'],
|
activityIds: 'com.cn21.ecloud.activity.MainPageActivity',
|
||||||
rules:
|
rules: [
|
||||||
'[id="com.cn21.ecloud:id/content_frame"] >n FrameLayout >n @ImageView[desc=null] - View < View[childCount=2]',
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.cn21.ecloud:id/content_frame"] >(5,7) View[childCount=2] > ImageView[childCount=0][clickable=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12865481',
|
'https://i.gkd.li/i/12865481',
|
||||||
'https://i.gkd.li/i/12865488',
|
'https://i.gkd.li/i/12865488',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
|
|||||||
Reference in New Issue
Block a user