From a0eaeebab6c5777acb5acc09ed765927c533712b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:52:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(YouTube)=20=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA-=E5=BC=80=E5=90=AF=E6=8E=A8=E9=80=81=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=8F=90=E7=A4=BA=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.google.android.youtube.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.google.android.youtube.ts b/src/apps/com.google.android.youtube.ts index ce96ac8b..86b59f59 100644 --- a/src/apps/com.google.android.youtube.ts +++ b/src/apps/com.google.android.youtube.ts @@ -62,5 +62,14 @@ export default defineAppConfig({ 'ViewGroup[desc="免费试用 1 个月"] < * - * > ViewGroup[text="不用了,谢谢"]', // 缺少英文快照 snapshotUrls: 'https://i.gkd.li/import/13797512', }, + { + key: 4, + name: '通知提示-开启推送通知提示弹窗', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="开启通知"] < * < * +2 * >2 [text="不用了"]', + snapshotUrls: 'https://i.gkd.li/import/14194155', + }, ], });