From d8af280eaef1dca3db9591e3ba39bb013d3b9250 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 19 Dec 2024 16:04:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=20(=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=20#631)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.article.news.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 5193578f..09b982b0 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -27,8 +27,10 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', + actionMaximumKey: 0, rules: [ { + key: 0, activityIds: [ 'com.bytedance.ies.outertest.cn.OuterTestGuideDialogActivity', 'com.ss.android.article.base.feature.ugc.story.StoryVideoActivity', @@ -40,6 +42,13 @@ export default defineGkdApp({ 'https://i.gkd.li/i/17681710', ], }, + { + key: 1, + activityIds: '.activity.MainActivity', + matches: '[text="以后再说"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/79b75132-9d6f-4e4c-a95b-56dbaca1965d', + snapshotUrls: 'https://i.gkd.li/i/18194356', + }, ], }, {