mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:23:45 +08:00
feat(解压专家): 弹窗广告(补充规则) (#2202)
This commit is contained in:
parent
3ddddb3a52
commit
8063b718d4
|
@ -6,10 +6,10 @@ export default defineAppConfig({
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 1,
|
||||||
name: '字节广告',
|
name: '字节广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
@ -17,6 +17,14 @@ export default defineAppConfig({
|
||||||
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13328194',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user