mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
@@ -9,13 +9,23 @@ export default defineAppConfig({
|
|||||||
name: '第三方 SDK 广告弹窗',
|
name: '第三方 SDK 广告弹窗',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
name: '穿山甲',
|
key: 0,
|
||||||
|
name: '穿山甲-第一类广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
matches: '[desc^="webview-close"] > View[clickable=true]',
|
matches: '[desc^="webview-close"] > View[clickable=true]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727499',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12727499',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '穿山甲-第二类广告',
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: ['[text="广告"]', '@Image < View + [text="反馈"]'],
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12739678',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 10,
|
||||||
name: '优量汇-第一类广告',
|
name: '优量汇-第一类广告',
|
||||||
activityIds: 'com.zhizhou.days.activity.MainActivity',
|
activityIds: 'com.zhizhou.days.activity.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
@@ -23,11 +33,18 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727528',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12727528',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
key: 11,
|
||||||
name: '优量汇-第二类广告',
|
name: '优量汇-第二类广告',
|
||||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
activityIds: [
|
||||||
|
'com.zhizhou.days.activity.MainActivity',
|
||||||
|
'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||||
|
],
|
||||||
matches:
|
matches:
|
||||||
'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView[visibleToUser=true]',
|
'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView[visibleToUser=true]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727546',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12739703',
|
||||||
|
'https://gkd-kit.songe.li/import/12727546', // activityId: 'com.huawei.android.launcher.unihome.UniHomeLauncher'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user