mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(古文岛) 第三方 SDK 广告弹窗(完善规则) (#1183)
* 新创建 App 规则 * 新创建 App 规则 * feat 【第三方 SDK 广告弹窗】新增两条规则 * feat 第三方 SDK 广告弹窗(完善规则) close #1174
This commit is contained in:
@@ -17,6 +17,7 @@ export default defineAppConfig({
|
||||
name: '第三方 SDK 广告弹窗',
|
||||
activityIds: 'com.guwendao.gwd.MainActivity',
|
||||
rules: [
|
||||
// 腾讯广告
|
||||
{
|
||||
key: 0,
|
||||
matches: 'ImageView - FrameLayout > FrameLayout > ImageView[id=null]',
|
||||
@@ -31,17 +32,25 @@ export default defineAppConfig({
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12777151',
|
||||
},
|
||||
{
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
key: 2,
|
||||
matches: '@Image[id=null] < View + View + TextView[text="反馈"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781327',
|
||||
matches:
|
||||
'[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781344',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
matches:
|
||||
'[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781344',
|
||||
'ImageView < FrameLayout + FrameLayout > FrameLayout > ImageView[id=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12924728',
|
||||
},
|
||||
|
||||
// 字节广告
|
||||
{
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
key: 10,
|
||||
matches: '@Image[id=null] < View + View + TextView[text="反馈"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12781327',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user