From c881155fbc0d79a242e752844e7e51b180621af4 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 22 Feb 2024 15:21:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B3=B0=E5=89=A7=E5=85=94):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.viva.todo.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/apps/com.viva.todo.ts diff --git a/src/apps/com.viva.todo.ts b/src/apps/com.viva.todo.ts new file mode 100644 index 00000000..94633c45 --- /dev/null +++ b/src/apps/com.viva.todo.ts @@ -0,0 +1,33 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.viva.todo', + name: '泰剧兔', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭/跳过', + rules: [ + { + key: 0, + activityIds: 'com.maoyun.guoguo.MainActivity', + matches: + '[text="反馈"] + View[childCount=2] > [text$="跳过"][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/e4490664-3a73-473f-9f4e-79da3cb53a68', + snapshotUrls: 'https://i.gkd.li/i/14370321', + }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: '[text="反馈"] -4 View[index=0][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/7802b75c-f75a-4375-9f10-26b822ccc4f1', + snapshotUrls: 'https://i.gkd.li/i/14370332', + }, + ], + }, + ], +});