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

Commit

Permalink
feat(解压专家): 弹窗广告(补充规则) (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent 3ddddb3 commit 8063b71
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/apps/com.fileunzip.zxwknight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,25 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '广告弹窗',
name: '弹窗广告',
rules: [
{
key: 0,
key: 1,
name: '字节广告',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13328194',
},
{
key: 2,
name: '腾讯广告',
matchLauncher: true,
matches:
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13391833',
},
],
},
{
Expand Down

0 comments on commit 8063b71

Please sign in to comment.