perf: 微信-功能类-自动领取微信红包 #1508

This commit is contained in:
AIsouler
2025-11-29 13:39:30 +08:00
parent d6974a35f9
commit 590b925b9f

View File

@@ -210,10 +210,7 @@ export default defineGkdApp({
key: 2, key: 2,
name: '点击红包-开', name: '点击红包-开',
matchRoot: true, matchRoot: true,
activityIds: [ activityIds: '.plugin.luckymoney.ui.LuckyMoney',
'.plugin.luckymoney.ui.LuckyMoneyNotHookReceiveUI',
'.plugin.luckymoney.ui.LuckyMoneyNewReceiveUI',
],
matches: '@Button[desc="开"] -3 LinearLayout >2 [text$="红包"]', matches: '@Button[desc="开"] -3 LinearLayout >2 [text$="红包"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/18134828', 'https://i.gkd.li/i/18134828',
@@ -224,11 +221,12 @@ export default defineGkdApp({
{ {
preKeys: [1, 2], preKeys: [1, 2],
name: '从红包结算界面返回', name: '从红包结算界面返回',
activityIds: '.plugin.luckymoney.ui.LuckyMoneyDetailUI', activityIds: '.plugin.luckymoney.ui.LuckyMoney',
matches: '@ImageView[desc="返回"] +2 LinearLayout >8 [text$="红包"]', matches: '@ImageView[desc="返回"] +2 LinearLayout >8 [text$="红包"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/18134829', 'https://i.gkd.li/i/18134829',
'https://i.gkd.li/i/18135031', 'https://i.gkd.li/i/18135031',
'https://i.gkd.li/i/23825631',
], ],
}, },
], ],