Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
perf(AppShare): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jun 1, 2024
1 parent ee28d6b commit 2e73f65
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/apps/info.muge.appshare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
],
},
],
Expand Down

0 comments on commit 2e73f65

Please sign in to comment.