mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(解压专家): 弹窗广告(补充规则) (#2202)
This commit is contained in:
@@ -6,10 +6,10 @@ 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',
|
||||
@@ -17,6 +17,14 @@ export default defineAppConfig({
|
||||
'@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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user