feat(智慧生活): 更新弹窗 (#419)

This commit is contained in:
Kun Jinkao 2023-09-27 20:00:53 +08:00 committed by GitHub
parent 666bef1014
commit d931c5ace0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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