diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index fc0e8b76..574b3675 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -41,8 +41,11 @@ export default defineAppConfig({ }, { matches: - '[id="com.alipay.android.app:id/flybird_userinfo"] + * >8 FrameLayout[clickable=true][index=1]', - snapshotUrls: 'https://i.gkd.li/import/13857535', + '[text="同意协议并确认交易"] < * <2 FrameLayout[childCount=2] + FrameLayout [text="暂不升级,继续付款"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13857535', + 'https://i.gkd.li/import/14001273', // 误触快照 + ], }, ], }, @@ -136,7 +139,7 @@ export default defineAppConfig({ }, { key: 10, - name: '小程序-12306', + name: '分段广告-小程序-12306', activityIds: 'com.alipay.mobile.nebulax.xriver.activity.XRiverActivity', rules: [ { @@ -170,5 +173,47 @@ export default defineAppConfig({ }, ], }, + { + key: 12, + name: '功能类-支付后自动点击完成', + quickFind: true, + rules: [ + { + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '[id="com.alipay.android.app:id/rl_nav_bar"] > [id="com.alipay.android.app:id/nav_right_textview"]', + snapshotUrls: 'https://i.gkd.li/import/14008852', + }, + ], + }, + { + key: 13, + name: '全屏广告-领新年红包弹窗', + desc: '点击X', + rules: [ + { + activityIds: 'com.eg.android.AlipayGphone.AlipayLogin', + matches: + 'RelativeLayout[childCount=2][desc="全屏广告"] ImageView[desc="关闭"]', + snapshotUrls: 'https://i.gkd.li/import/14034152', + }, + ], + }, + { + key: 14, + name: '全屏广告-"下次支付用花呗"弹窗', + desc: '点击"30天不再提醒"', + rules: [ + { + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '@[text$="不再提醒"] <<2 * <3 * - FrameLayout[childCount=3] [text="下次支付用花呗"]', + exampleUrls: + 'https://m.gkd.li/57941037/8daecaeb-35f0-4f3a-8d5a-a19098a992d5', + snapshotUrls: 'https://i.gkd.li/import/14060628', + }, + ], + }, ], });