mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(宝宝树孕育): 开屏广告
This commit is contained in:
@@ -4,9 +4,31 @@ export default defineGkdApp({
|
||||
id: 'com.babytree.apps.pregnancy',
|
||||
name: '宝宝树孕育',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionMaximumKey: 0,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12614757',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'[id="android:id/content"] >3 FrameLayout[childCount=5] > FrameLayout > RelativeLayout > View[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15566228',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '全屏广告-弹出广告(偶发)',
|
||||
name: '全屏广告-弹窗广告',
|
||||
activityIds: 'com.babytree.apps.pregnancy.activity.SailfishActivity',
|
||||
rules: [
|
||||
{
|
||||
@@ -18,7 +40,7 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '局部广告-首页右侧悬浮广告(偶发)',
|
||||
name: '局部广告-首页右侧悬浮广告',
|
||||
activityIds: 'com.babytree.apps.pregnancy.activity.SailfishActivity',
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user