From 2f28f58d8e6042629e8761029e5e4256243643a1 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:54:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E7=BF=BC=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#2231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(天翼云盘):版本更新 * 格式更正 close #2226 --- src/apps/com.cn21.ecloud.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.cn21.ecloud.ts b/src/apps/com.cn21.ecloud.ts index 4f9403d1..d046fdad 100644 --- a/src/apps/com.cn21.ecloud.ts +++ b/src/apps/com.cn21.ecloud.ts @@ -22,5 +22,16 @@ export default defineAppConfig({ 'https://i.gkd.li/import/12865488', ], }, + { + key: 2, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: ['com.cn21.ecloud.activity.MainPageActivity'], + rules: '[id="com.cn21.ecloud:id/ivCancel"]', + snapshotUrls: 'https://i.gkd.li/import/13399488', + }, ], });