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] =?UTF-8?q?fix(=E9=87=91=E5=B1=B1=E6=96=87=E6=A1=A3)=20?= =?UTF-8?q?=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^="实用技巧"] 防止误触 + ], }, ], },