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

Commit

Permalink
fix(乐看视频): 广告弹窗补充规则 (#2818)
Browse files Browse the repository at this point in the history
* fix(乐看视频): 广告弹窗补充规则

* chore(actions): check_format_lint

* feat(乐看视频): 广告弹窗

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 324f4e9 commit 34a3d32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/apps/com.zhl.bmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', //第二条规则
],
},
],
Expand Down

0 comments on commit 34a3d32

Please sign in to comment.