Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

fix(网心云):广告弹窗在新版本误触 #4060

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/apps/com.onethingcloud.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '广告弹窗',
name: '全屏广告-广告弹窗',
activityIds: 'com.onethingcloud.android.MainActivity',
rules:
'FrameLayout >8 View > ImageView + ImageView + ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12841171',
'FrameLayout >6 View[childCount=2] >2 View[childCount=3] > ImageView[index=2][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/12841171',
'https://i.gkd.li/import/14035418', // 误触快照
],
},
],
});