mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
perf(AppShare): 开屏广告
This commit is contained in:
@@ -18,9 +18,6 @@ export default defineGkdApp({
|
||||
matches:
|
||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
||||
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/13939089',
|
||||
'https://i.gkd.li/i/14260635',
|
||||
@@ -34,15 +31,15 @@ export default defineGkdApp({
|
||||
{
|
||||
// 该开屏广告需要点击坐标在跳过按钮下半部分内才能跳过
|
||||
key: 2,
|
||||
order: -1,
|
||||
position: {
|
||||
left: 'width * 0.0826',
|
||||
top: 'width * 0.1',
|
||||
left: 'width * 0.5',
|
||||
top: 'width * 0.6984',
|
||||
},
|
||||
matches: '[vid="splash_full_tk_play_card_view"]',
|
||||
matches: '@ViewGroup > [text="跳过"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/15269380',
|
||||
'https://i.gkd.li/i/15285908',
|
||||
'https://i.gkd.li/i/15520277',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user