mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
fix(乐看视频): 广告弹窗补充规则 (#2818)
* fix(乐看视频): 广告弹窗补充规则 * chore(actions): check_format_lint * feat(乐看视频): 广告弹窗 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -10,11 +10,13 @@ export default defineAppConfig({
|
|||||||
desc: '点击右上角x',
|
desc: '点击右上角x',
|
||||||
activityIds: 'com.zhl.bmi.MainActivity',
|
activityIds: 'com.zhl.bmi.MainActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules:
|
rules: [
|
||||||
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout <2 FrameLayout < FrameLayout < [id="android:id/content"]',
|
'@ImageView < FrameLayout[childCount=1] <(2,3) FrameLayout <(1,2) FrameLayout < FrameLayout < [id="android:id/content"]',
|
||||||
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13255787',
|
'https://i.gkd.li/import/13255787',
|
||||||
'https://i.gkd.li/import/13255786',
|
'https://i.gkd.li/import/13255786',
|
||||||
|
'https://i.gkd.li/import/13542343', //第二条规则
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user