From af74c10589b271d5f65a649b0b5ceb3db12d2e97 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:35:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E4=B8=BB=E9=A2=98):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#399)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.android.thememanager.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.huawei.android.thememanager.ts b/src/apps/com.huawei.android.thememanager.ts index 393dca4a..a04cd142 100644 --- a/src/apps/com.huawei.android.thememanager.ts +++ b/src/apps/com.huawei.android.thememanager.ts @@ -146,5 +146,12 @@ export default defineAppConfig({ }, ], }, + { + key: 8, + name: '更新弹窗', + activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher', + rules: '@[text="以后再说"] + [text="立即更新"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727318', + }, ], });