Files
AIsouler-GKD_subscription/src/apps/com.cubic.autohome.ts
shanlanCoding 0052b72518 feat(汽车之家): 弹窗广告 (#711)
Co-authored-by: shanlan <hi@gobyte.cn>
2023-10-08 00:07:05 +08:00

23 lines
627 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cubic.autohome',
name: '汽车之家',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.cubic.autohome.MainActivity',
rules: '[id="com.cubic.autohome:id/ad_splash_skip"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12660744',
},
{
key: 1,
name: '弹窗广告',
activityIds: 'com.cubic.autohome.MainActivity',
rules: '[id="com.cubic.autohome:id/operate_show_exit_layout"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12836324',
},
],
});