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

Commit

Permalink
fix(网心云):广告弹窗在新版本误触
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 24, 2024
1 parent 0c337ab commit f5ed03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/com.onethingcloud.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '广告弹窗',
name: '全屏广告-广告弹窗',
activityIds: 'com.onethingcloud.android.MainActivity',
rules:
'FrameLayout >8 View > ImageView + ImageView + ImageView[clickable=true]',
'FrameLayout >6 View[childCount=2] >2 View[childCount=3] > ImageView[index=2][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12841171',
},
],
Expand Down

0 comments on commit f5ed03b

Please sign in to comment.