From 1cfd34939e2024733f261250239467233512d66c Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:01:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A7=E5=AD=A6=E6=90=9C=E9=A2=98?= =?UTF-8?q?=E9=85=B1):=20=E7=A6=81=E6=AD=A2=E5=BC=80=E5=90=AF=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E9=80=9A=E7=9F=A5=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3?= =?UTF-8?q?=E9=97=AD=EF=BC=89=20(#2416)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(大学搜题酱): 禁止开启推送通知(默认关闭) * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2410 --- src/apps/com.zmzx.college.search.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.zmzx.college.search.ts b/src/apps/com.zmzx.college.search.ts index 09993fe6..5af8e117 100644 --- a/src/apps/com.zmzx.college.search.ts +++ b/src/apps/com.zmzx.college.search.ts @@ -97,5 +97,20 @@ export default defineAppConfig({ rules: '[id="com.zmzx.college.search:id/update_close"]', snapshotUrls: 'https://i.gkd.li/import/13063373', }, + { + key: 6, + name: '申请开启推送通知弹窗', + enable: false, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + matches: + '[text="开启推送通知"] - [id="com.zmzx.college.search:id/siv_dialog_close"]', + snapshotUrls: 'https://i.gkd.li/import/13440939', + }, + ], + }, ], });