perf(AppShare): 开屏广告

This commit is contained in:
AIsouler
2024-06-01 21:13:54 +08:00
parent ee28d6b4fb
commit 2e73f6591a

View File

@@ -18,9 +18,6 @@ export default defineGkdApp({
matches: matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]', 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12683145',
'https://i.gkd.li/i/12683173',
'https://i.gkd.li/i/13702708',
'https://i.gkd.li/i/13842826', 'https://i.gkd.li/i/13842826',
'https://i.gkd.li/i/13939089', 'https://i.gkd.li/i/13939089',
'https://i.gkd.li/i/14260635', 'https://i.gkd.li/i/14260635',
@@ -34,15 +31,15 @@ export default defineGkdApp({
{ {
// 该开屏广告需要点击坐标在跳过按钮下半部分内才能跳过 // 该开屏广告需要点击坐标在跳过按钮下半部分内才能跳过
key: 2, key: 2,
order: -1,
position: { position: {
left: 'width * 0.0826', left: 'width * 0.5',
top: 'width * 0.1', top: 'width * 0.6984',
}, },
matches: '[vid="splash_full_tk_play_card_view"]', matches: '@ViewGroup > [text="跳过"][visibleToUser=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/15269380', 'https://i.gkd.li/i/15269380',
'https://i.gkd.li/i/15285908', 'https://i.gkd.li/i/15285908',
'https://i.gkd.li/i/15520277',
], ],
}, },
], ],