mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
402 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|