From 64846835710d59fd6c8f9c1f2d89d34b0d390636 Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 25 Sep 2023 14:07:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=82=E8=BD=A6=E5=B8=9D):=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.auto.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts index 79907cb1..c30aa97b 100644 --- a/src/apps/com.ss.android.auto.ts +++ b/src/apps/com.ss.android.auto.ts @@ -31,5 +31,13 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '升级弹窗', + activityIds: 'com.ss.android.auto.activity.SplashActivity', + rules: + '@TextView[text="以后再说"] - FrameLayout >2 TextView[text="立即\n升级"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12711631', + }, ], });