mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user