mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:02:34 +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:
parent
324f4e9926
commit
34a3d32ae0
|
@ -10,11 +10,13 @@ export default defineAppConfig({
|
|||
desc: '点击右上角x',
|
||||
activityIds: 'com.zhl.bmi.MainActivity',
|
||||
quickFind: true,
|
||||
rules:
|
||||
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout <2 FrameLayout < FrameLayout < [id="android:id/content"]',
|
||||
rules: [
|
||||
'@ImageView < FrameLayout[childCount=1] <(2,3) FrameLayout <(1,2) FrameLayout < FrameLayout < [id="android:id/content"]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13255787',
|
||||
'https://i.gkd.li/import/13255786',
|
||||
'https://i.gkd.li/import/13542343', //第二条规则
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user