From 57a4a4b584cc86cce93e81fb7829dc8357ddadd4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:19:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A5=BD=E6=B8=B8=E5=BF=AB=E7=88=86):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=EF=BC=88=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#1956)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xmcy.hykb.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.xmcy.hykb.ts b/src/apps/com.xmcy.hykb.ts index 848f4f2f..a743ef30 100644 --- a/src/apps/com.xmcy.hykb.ts +++ b/src/apps/com.xmcy.hykb.ts @@ -18,10 +18,14 @@ export default defineAppConfig({ key: 1, name: '更新弹窗', quickFind: true, + matchLauncher: true, activityIds: 'com.xmcy.hykb.app.dialog.UpdateDialog', rules: '@[id="com.xmcy.hykb:id/iv_inner_button_close"] - RelativeLayout >n [id="com.xmcy.hykb:id/text_update_tip"]', - snapshotUrls: 'https://i.gkd.li/import/12870604', + snapshotUrls: [ + 'https://i.gkd.li/import/12870604', + 'https://i.gkd.li/import/13297450', + ], }, { key: 2,