feat(云闪付): 获得新勋章提示 (#2404)

* feat(云闪付): 获得新勋章提示

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
xiaowonet
2023-11-22 22:27:18 +08:00
committed by GitHub
parent c68f8b69b4
commit 1739024568

View File

@@ -96,5 +96,17 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 13,
name: '获得新勋章提示',
actionMaximum: 1,
rules: [
{
activityIds: 'com.unionpay.cordova.UPActivityCordovaWeb',
matches: 'TextView[text=\'炫耀一下\'] + TextView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13440341',
},
],
},
], ],
}); });