From bcbb1d4172a302ac8f44c10db51364bbe99bcf10 Mon Sep 17 00:00:00 2001 From: yanyu2023 <130368710+yanyu2023@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:03:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=B7=E5=AE=89):=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=80=9A=E7=9F=A5=20(#1952)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(酷安): 关闭推送通知 --- src/apps/com.coolapk.market.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.coolapk.market.ts b/src/apps/com.coolapk.market.ts index 7f307624..a72287ef 100644 --- a/src/apps/com.coolapk.market.ts +++ b/src/apps/com.coolapk.market.ts @@ -100,6 +100,14 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.gitee.io/import/12503762', rules: '[text=`立即更新`] - [text=`取消`]', }, + { + key: 3, + quickFind: true, + name: '关闭推送通知', + activityIds: 'com.coolapk.market.view.main.MainActivity', + rules: '[text="以后再说"] + [text="去开启"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13296465', + }, // key=2 曾经被使用,不可再用 ], });