mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
Squashed commit of the following:
commit fa5b5ef674ff78662fa7f0f2f7cb848988fe62b2 Author: aisouler <zy43220@gmail.com> Date: Wed Jan 24 21:32:12 2024 +0800 feat:添加误触快照链接 commit f5ed03bc86a2faedbbd8928a4e5c07e0faa6695e Author: aisouler <zy43220@gmail.com> Date: Wed Jan 24 16:45:14 2024 +0800 fix(网心云):广告弹窗在新版本误触
This commit is contained in:
@@ -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', // 误触快照
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user