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', + }, ], }, ],