From 9dc67a3a0f85d643b02deb39bd989b450bc3fcb3 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:39:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E4=B8=8A=E5=9B=BD=E7=BD=91):?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#2674)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2672 --- src/apps/com.sgcc.wsgw.cn.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.sgcc.wsgw.cn.ts b/src/apps/com.sgcc.wsgw.cn.ts index 04cc873d..4db35206 100644 --- a/src/apps/com.sgcc.wsgw.cn.ts +++ b/src/apps/com.sgcc.wsgw.cn.ts @@ -58,5 +58,16 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.sgcc.wsgw.rnbundle.activity.HomeReactActivity', + rules: '@ImageView < ViewGroup -3 [text="有新版本啦!"]', + snapshotUrls: 'https://i.gkd.li/import/13501638', + }, ], });