Files
AIsouler-GKD_subscription/src/apps/com.pingan.carowner.ts
2023-09-26 23:51:22 +08:00

16 lines
417 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.pingan.carowner',
name: '平安好车主',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.pingan.carowner.activity.SplashActivity',
rules: '[id="com.pingan.carowner:id/splash_time_tv"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12727845',
},
],
});