From d931c5ace01c2d78abd63aca6f14946bdeb89646 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:00:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=99=BA=E6=85=A7=E7=94=9F=E6=B4=BB):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#419)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.smarthome.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.huawei.smarthome.ts diff --git a/src/apps/com.huawei.smarthome.ts b/src/apps/com.huawei.smarthome.ts new file mode 100644 index 00000000..e5415b2f --- /dev/null +++ b/src/apps/com.huawei.smarthome.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huawei.smarthome', + name: '智慧生活', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher', + rules: '@[text="以后再说"] +2 [text="立即更新"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12738253', + }, + ], +});