From 4f274c6b2ba41ca67fa90eddde733d061f103115 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:44:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A5=87=E5=A6=99=E5=BA=94=E7=94=A8):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#2509)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.magicalstory.AppStore.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index 3ef41e56..6849637c 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -67,5 +67,15 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '更新弹窗', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: + '[id="com.magicalstory.AppStore:id/tv_update"] <2 * + * > [id="com.magicalstory.AppStore:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13459373', + }, ], });