From b33c8caae21595868ba4ef6243f8f973e36fb20f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 22 Sep 2024 10:51:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=82=A0=E6=B4=97):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhishan.washer.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.zhishan.washer.ts b/src/apps/com.zhishan.washer.ts index bd9cdf4d..fb8f6bcd 100644 --- a/src/apps/com.zhishan.washer.ts +++ b/src/apps/com.zhishan.washer.ts @@ -25,6 +25,7 @@ export default defineGkdApp({ desc: '点击关闭', rules: [ { + key: 0, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', @@ -35,6 +36,18 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/355f6e11-c21f-4cb2-b103-1a56032da15c', snapshotUrls: 'https://i.gkd.li/i/17002026', }, + { + key: 1, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '[text="反馈"] -4 View[text=""][childCount=1] > Image[text=""][childCount=0][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/13cb561b-cfd5-44a8-b8ed-8bc1500b73a8', + snapshotUrls: 'https://i.gkd.li/i/17088067', + }, ], }, ],