feat(小红书): 更新提示(优化规则)

This commit is contained in:
AIsouler
2024-02-29 17:58:34 +08:00
parent e8b4bd3796
commit 1e8404da60

View File

@@ -37,15 +37,12 @@ export default defineAppConfig({
rules: [ rules: [
{ {
key: 0, key: 0,
matches: matches: '@ImageView <2 * + * > [text="NEW"]',
'@ImageView[clickable=true] <2 FrameLayout +3 FrameLayout > Button[text="立即安装"]', snapshotUrls: [
snapshotUrls: 'https://i.gkd.li/i/13246890', 'https://i.gkd.li/i/13246890',
}, 'https://i.gkd.li/i/13741680',
{ 'https://i.gkd.li/i/14445193',
actionMaximumKey: 0, ],
matches:
'@ImageView[clickable=true] <2 FrameLayout +3 FrameLayout > Button[text="立即参与内测"]',
snapshotUrls: 'https://i.gkd.li/i/13741680',
}, },
], ],
}, },