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

17 lines
449 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.unicde.smartcity_lyg',
name: '我的连云港',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.unicde.smartcity.features.welcome.WelcomeActivity',
matchLauncher: true,
rules: '[id="com.unicde.smartcity_lyg:id/tv_down"][text$="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13059584',
},
],
});