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

Commit

Permalink
feat(追漫大全): 广告弹窗-规则优化 (#1034)
Browse files Browse the repository at this point in the history
* feat(追漫大全): 广告弹窗-规则优化

* chore(actions): check_format_lint

* Update com.mj.mjyd.ts

* chore(actions): check_format_lint

* Update com.mj.mjyd.ts

* feat(追漫大全): 规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <[email protected]>

close #949
  • Loading branch information
jiuqianyuan authored Oct 13, 2023
1 parent 8df14a8 commit 063b856
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/apps/com.mj.mjyd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,20 @@ export default defineAppConfig({
key: 1,
name: '广告弹窗',
quickFind: true,
rules:
'@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12877729',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
rules: [
{
matches:
'@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12877729',
},
{
matches:
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout[childCount=5] <3 FrameLayout[childCount=5] >3 [text="立即下载"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12895086',
},
],
},
],
});

0 comments on commit 063b856

Please sign in to comment.