Files
AIsouler-GKD_subscription/src/apps/com.example.businesshall.ts
2023-11-10 10:16:32 +08:00

20 lines
460 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.example.businesshall',
name: '中国移动浙江',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.businesshall.activity.NewLogoActivity'],
rules: [
{
matches: '[id="com.example.businesshall:id/jump_layout"]',
snapshotUrls: ['https://i.gkd.li/import/12830978'],
},
],
},
],
});