Files
AIsouler-GKD_subscription/src/apps/com.woapp.hebei.ts
2024-02-06 19:00:15 +08:00

19 lines
468 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.woapp.hebei',
name: '联通智家',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'net.smartont.we.wohome.ui.main.view.MainActivity',
rules: '@[text="忽略更新"] + [text="立即更新"]',
snapshotUrls: ['https://i.gkd.li/import/12707746'],
},
],
});