Files
AIsouler-GKD_subscription/src/apps/com.huawei.smarthome.ts
2023-10-23 01:20:09 +08:00

16 lines
402 B
TypeScript

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://i.gkd.li/import/12738253',
},
],
});