Skip to content

Commit

Permalink
feat(华为钱包): 功能类-支付成功后点击关闭 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 16, 2024
1 parent b67da5e commit 801d1b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/apps/com.huawei.wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,18 @@ export default defineGkdApp({
},
],
},
{
key: 4,
name: '功能类-支付成功后点击关闭',
rules: [
{
fastQuery: true,
activityIds: 'com.huawei.nfc.carrera.ui.swipe.SwipeResultActivity',
matches: '[vid="btn_completed"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/984fd805-ad50-4ffc-adce-fffe42109e98',
snapshotUrls: 'https://i.gkd.li/i/18146717',
},
],
},
],
});

0 comments on commit 801d1b6

Please sign in to comment.