mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(宝宝树孕育): 开屏广告-优化适配 (#417)
This commit is contained in:
parent
f536e77d0b
commit
8abacc4d06
|
@ -7,17 +7,21 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
|
||||||
'com.babytree.apps.pregnancy.video.splash.SplashVideoTransitionActivity',
|
|
||||||
'com.babytree.apps.pregnancy.MainActivity',
|
|
||||||
],
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
activityIds: [
|
||||||
|
'com.babytree.apps.pregnancy.video.splash.SplashVideoTransitionActivity',
|
||||||
|
],
|
||||||
|
matches: 'TextView[text="跳过"][id!=null]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12614757',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
activityIds: ['com.babytree.apps.pregnancy.MainActivity'],
|
||||||
matches:
|
matches:
|
||||||
'ImageView[id!=null] + TextView[clickable=true][text^="跳过"][text.length<=4][id!=null]',
|
'[name$="FrameLayout"||name$="ViewGroup"] > TextView[text^="跳过"][clickable=true][text.length<=4]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12614755',
|
'https://gkd-kit.gitee.io/import/12614755',
|
||||||
'https://gkd-kit.gitee.io/import/12614757',
|
'https://gkd-kit.gitee.io/import/12737138',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user