From 3ddddb3a52dafdb603381d46986a91aac540293b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:44:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#2201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(翼支付):版本更新 * Update com.chinatelecom.bestpayclient.ts close #2199 --- src/apps/com.chinatelecom.bestpayclient.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 6d7ee2da..134e385e 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -14,5 +14,16 @@ export default defineAppConfig({ rules: '[id="com.chinatelecom.bestpayclient:id/tv_ad_skip"]', snapshotUrls: 'https://i.gkd.li/import/13197640', }, + { + key: 1, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', + rules: '[id="com.chinatelecom.bestpayclient:id/bupdate_tv_bottom_tip"]', + snapshotUrls: 'https://i.gkd.li/import/13391544', + }, ], });