mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(趣智校园): 弹窗广告(补充规则) (#2842)
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '第三方 SDK 广告弹窗',
|
name: '弹窗广告',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -22,8 +22,10 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
name: '腾讯广告-1',
|
||||||
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
|
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
|
||||||
matches: 'ImageView -n FrameLayout > FrameLayout > ImageView',
|
matches:
|
||||||
|
'ImageView -(1,2) FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12781461',
|
'https://i.gkd.li/import/12781461',
|
||||||
'https://i.gkd.li/import/13488673',
|
'https://i.gkd.li/import/13488673',
|
||||||
@@ -31,27 +33,36 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
activityIds: [
|
name: '腾讯广告-2',
|
||||||
'com.klcxkj.zqxy.ui.main.MainActivity',
|
activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity',
|
||||||
'com.klcxkj.zqxy.ui.device.apartment.ble.BathingBleActivity',
|
|
||||||
],
|
|
||||||
matches:
|
matches:
|
||||||
'ImageView < FrameLayout[childCount=1] - FrameLayout > @FrameLayout[childCount=1] > ImageView',
|
'ImageView <(1,2) FrameLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13546464',
|
||||||
'https://i.gkd.li/import/13071301',
|
'https://i.gkd.li/import/13071301',
|
||||||
'https://i.gkd.li/import/13274836',
|
'https://i.gkd.li/import/13274836',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
|
name: '腾讯广告-3',
|
||||||
|
activityIds:
|
||||||
|
'com.klcxkj.zqxy.ui.device.apartment.ble.BathingBleActivity',
|
||||||
|
matches:
|
||||||
|
'ImageView -n FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13274836',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '字节广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
matches:
|
matches:
|
||||||
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12781461',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 5,
|
||||||
|
name: '吉欣广告',
|
||||||
activityIds: 'com.klcxkj.zqxy.ui.splash.SplashActivity',
|
activityIds: 'com.klcxkj.zqxy.ui.splash.SplashActivity',
|
||||||
matches: '@ViewGroup < ViewGroup +2 ViewGroup > [text="吉欣广告"]',
|
matches: '@ViewGroup < ViewGroup +2 ViewGroup > [text="吉欣广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13274838',
|
snapshotUrls: 'https://i.gkd.li/import/13274838',
|
||||||
|
|||||||
Reference in New Issue
Block a user