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

Commit

Permalink
feat(哈啰):新人教学弹窗 (#3735)
Browse files Browse the repository at this point in the history
close #3731
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent c6e8772 commit 06c0a8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/apps/com.jingyao.easybike.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,15 @@ export default defineAppConfig({
rules: '[desc="去使用"] + Button[text=null][visibleToUser=true]',
snapshotUrls: ['https://i.gkd.li/import/12739316'],
},
{
key: 15,
quickFind: true,
name: '新人教学弹窗',
desc: '点击跳过',
activityIds: ['com.alipay.mobile.nebulacore.ui.H5Activity'],
rules:
'@View[text="跳过"] <2 View <2 View <<n FrameLayout[id="com.jingyao.easybike:id/h5_pc_container"]',
snapshotUrls: ['https://i.gkd.li/import/13837543'],
},
],
});

0 comments on commit 06c0a8f

Please sign in to comment.