feat(抖音): 优化部分规则

This commit is contained in:
AIsouler
2024-03-02 17:48:15 +08:00
parent c86f12cf79
commit c7e8fc6caf

View File

@@ -13,9 +13,7 @@ export default defineAppConfig({
rules: [ rules: [
{ {
quickFind: true, quickFind: true,
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity', matches: '[text="体验一下"] + [text="关闭"][clickable=true]',
matches:
'[text="体验一下"] + [text="关闭"][clickable=true][text.length=2]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/d2b6ee77-ae06-4873-a106-db4ce2324777', 'https://m.gkd.li/57941037/d2b6ee77-ae06-4873-a106-db4ce2324777',
snapshotUrls: 'https://i.gkd.li/i/14321107', snapshotUrls: 'https://i.gkd.li/i/14321107',
@@ -112,7 +110,6 @@ export default defineAppConfig({
name: '评价提示-去商店评分', name: '评价提示-去商店评分',
desc: '点击[取消]', desc: '点击[取消]',
quickFind: true, quickFind: true,
matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: '@[text="取消"] +2 [text="五星好评"]', rules: '@[text="取消"] +2 [text="五星好评"]',