feat(抖音): 商城推荐 (#3589)

Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
adproqwq
2024-01-02 20:41:03 +08:00
committed by GitHub
parent c35d9f4909
commit 65724174a4

View File

@@ -220,5 +220,12 @@ export default defineAppConfig({
rules: 'FrameLayout > @[desc="关闭"] + ViewGroup > [text$="打个招呼"]', rules: 'FrameLayout > @[desc="关闭"] + ViewGroup > [text$="打个招呼"]',
snapshotUrls: 'https://i.gkd.li/import/13379307', snapshotUrls: 'https://i.gkd.li/import/13379307',
}, },
{
key: 15,
name: '关闭商城推荐',
desc: '点击【不感兴趣】',
rules: '@[text="不感兴趣"][clickable=true] + [text="去商城搜索更多"]',
snapshotUrls: 'https://i.gkd.li/import/13800207',
},
], ],
}); });