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', + }, + ], +});