Files
AIsouler-GKD_subscription/src/apps/com.woapp.hebei.ts
2023-09-25 00:41:21 +08:00

16 lines
403 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.woapp.hebei',
name: '联通智家',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'net.smartont.we.wohome.ui.main.view.MainActivity',
rules: '@[text="忽略更新"] + [text="立即更新"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12707746'],
},
],
});