feat(多点): 优惠券弹窗 (#2065)

close #2062
This commit is contained in:
walklty
2023-11-14 19:41:36 +08:00
committed by GitHub
parent b1b943f212
commit e554708cc7

View File

@@ -49,5 +49,19 @@ export default defineAppConfig({
snapshotUrls: ['https://i.gkd.li/import/13234668'], snapshotUrls: ['https://i.gkd.li/import/13234668'],
}, },
}, },
{
key: 4,
name: '优惠劵提示',
enable: false,
quickFind: true,
matchLauncher: true,
rules: {
matches: [
'[id="com.wm.dmall:id/coupon_activity"][text="去使用"]',
'[id="com.wm.dmall:id/iv_close"]',
],
snapshotUrls: ['https://i.gkd.li/import/13331283'],
},
},
], ],
}); });