diff --git a/src/apps/com.viva.note.ts b/src/apps/com.viva.note.ts index 10ea7b27..6dae0c28 100644 --- a/src/apps/com.viva.note.ts +++ b/src/apps/com.viva.note.ts @@ -8,7 +8,9 @@ export default defineAppConfig({ key: 0, name: '开屏广告', quickFind: true, - matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { matches: 'TextView[text^="跳过"][text.length<=4]', @@ -62,6 +64,13 @@ export default defineAppConfig({ 'TextView[text="反馈"] + @ImageView[clickable=true] + TextView', snapshotUrls: 'https://gkd-kit.gitee.io/import/12888945', }, + { + matches: [ + '[text="查看详情"]', + 'ImageView < FrameLayout[childCount=1]', + ], + snapshotUrls: 'https://gkd-kit.gitee.io/import/13213661', + }, ], }, ],