From 4266cdd5ac2e7e0c956c50914f961d31c43789b5 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:08:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3)?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= 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 163d2a09..fa871dd4 100644 --- a/src/apps/cn.wps.yun.ts +++ b/src/apps/cn.wps.yun.ts @@ -20,5 +20,14 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="发现新版本"] +3 [text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/14333103', + }, ], }); 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 2/3] =?UTF-8?q?feat(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3)?= =?UTF-8?q?=20=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', + }, ], }); From 1522489a026eb62585b12b7d11214ee342b2c6f9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:21:19 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3)?= =?UTF-8?q?=20=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=AF=E8=A7=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.wps.yun.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/cn.wps.yun.ts b/src/apps/cn.wps.yun.ts index 3afb7092..1dec643e 100644 --- a/src/apps/cn.wps.yun.ts +++ b/src/apps/cn.wps.yun.ts @@ -13,10 +13,13 @@ export default defineAppConfig({ activityIds: 'cn.wps.yun.ui.IndexActivity', quickFind: true, matches: - '[id="cn.wps.yun:id/rootGroup"][childCount=5] > [id="cn.wps.yun:id/moreIconRight"]', + '[id="cn.wps.yun:id/rootGroup"][childCount=5] > [text^="实用技巧"] +3 [id="cn.wps.yun:id/moreIconRight"]', exampleUrls: 'https://m.gkd.li/47232102/bc97cb52-aad0-4114-a548-5831edbe342d', - snapshotUrls: 'https://i.gkd.li/import/13495062', + snapshotUrls: [ + 'https://i.gkd.li/import/13495062', + 'https://i.gkd.li/import/14333322', // 限定 [text^="实用技巧"] 防止误触 + ], }, ], },