From 853e60bb95c42756569d5b852aa42c125492e01c Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:27:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(X):=E8=AF=B7=E6=B1=82=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97=20(#3865)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3864 --- src/apps/com.twitter.android.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.twitter.android.ts b/src/apps/com.twitter.android.ts index f447cc71..1960f3b0 100644 --- a/src/apps/com.twitter.android.ts +++ b/src/apps/com.twitter.android.ts @@ -153,5 +153,19 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + quickFind: true, + name: '通知提示-请求通知权限弹窗', + desc: '点击"Not now"', + rules: [ + { + activityIds: 'com.twitter.app.main.MainActivity', + matches: + '[id="com.twitter.android:id/secondary_button"] [text="Not now"]', + snapshotUrls: 'https://i.gkd.li/import/13930126', + }, + ], + }, ], });