From d1757e60e51f16d3d9ff81e7d90ae5502694f32c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:20:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3)=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA-=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E6=8E=A8=E9=80=81=E9=80=9A=E7=9F=A5=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.wps.yun.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/cn.wps.yun.ts b/src/apps/cn.wps.yun.ts index fa871dd4..3afb7092 100644 --- a/src/apps/cn.wps.yun.ts +++ b/src/apps/cn.wps.yun.ts @@ -29,5 +29,14 @@ export default defineAppConfig({ rules: '[text="发现新版本"] +3 [text="取消"]', snapshotUrls: 'https://i.gkd.li/import/14333103', }, + { + key: 3, + name: '通知提示-请求开启推送通知弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="开启推送通知"] +2 * > [text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/14333362', + }, ], });