mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:03:41 +08:00
feat(小熊油耗): 弹窗广告 (#911)
* feat(小熊油耗): 弹窗广告 * feat(小熊油耗): 弹窗广告 * feat(小熊油耗): 广告弹窗-规则优化 --------- Co-authored-by: shanlan <hi@gobyte.cn> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
d024fe8168
commit
514f744dac
|
@ -22,15 +22,21 @@ export default defineAppConfig({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '第三方 SDK 广告',
|
name: '广告弹窗',
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '穿山甲',
|
name: '点击右上角x',
|
||||||
activityIds:
|
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
|
||||||
matches: '@Image < View + View >2 TextView[text="广告"]',
|
matches: '@Image < View + View >2 TextView[text="广告"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12754919',
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12754919'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '点击右上角[数字s|跳过]',
|
||||||
|
matches: '[text="广告"] + View >4 [text="| 跳过"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12864214'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user