Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix(小蚕霸王餐): 提高开屏广告兼容性 (#3890)
Browse files Browse the repository at this point in the history
close #3643
  • Loading branch information
DabengBa authored Jan 28, 2024
1 parent d904a59 commit 6814bb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.realtech.xiaocan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ export default defineAppConfig({
},
{
key: 2,
matches: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]',
quickFind: true,
matches:
'@[id$="tt_splash_skip_btn"] <<n [id="com.realtech.xiaocan:id/splash_ad_container"]',
snapshotUrls: 'https://i.gkd.li/import/12854728',
},
{
key: 3,
quickFind: true,
matches:
'[id="com.realtech.xiaocan:id/splash_ad_container"] >n FrameLayout[childCount<=4] > FrameLayout +n @View[clickable=true] + TextView',
'@View[visibleToUser=true][clickable=true] <n FrameLayout[childCount=4||childCount=3] <<n [id="com.realtech.xiaocan:id/splash_ad_container"]',
snapshotUrls: [
'https://i.gkd.li/import/13694858',
'https://i.gkd.li/import/13794403',
Expand Down

0 comments on commit 6814bb0

Please sign in to comment.