From 95cbedb48910a61810f50f9d23e2b5b38b53b60f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 22 Mar 2024 13:48:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-[=E5=85=B3=E8=81=94=E6=8A=96=E9=9F=B3=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.article.news.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index d02e92a3..c0fa68c0 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -182,5 +182,22 @@ export default defineAppConfig({ }, ], }, + { + key: 16, + name: '功能类-[关联抖音账号]弹窗', + desc: '点击关闭', + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.ss.android.article.news.activity.MainActivity', + matches: '@[desc="关闭"] + [text^="关联"]', + exampleUrls: + 'https://m.gkd.li/57941037/c938001e-f39b-4ece-ad0e-2c93ba41aa94', + snapshotUrls: 'https://i.gkd.li/i/14717889', + }, + ], + }, ], });