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

Commit

Permalink
perf(支付宝): 功能类-支付后自动点击完成
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Oct 24, 2024
1 parent 332fec4 commit 92c3fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.eg.android.AlipayGphone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ export default defineGkdApp({
rules: [
{
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
matches: ['[text="支付成功"]', '[text="完成"]'],
matches: ['[text="支付成功" || text="充值成功"]', '[text="完成"]'],
snapshotUrls: [
'https://i.gkd.li/i/14008852',
'https://i.gkd.li/i/16328809',
'https://i.gkd.li/i/17503266',
],
},
Expand Down

0 comments on commit 92c3fa1

Please sign in to comment.