Files
AIsouler-GKD_subscription/src/apps/com.jdcloud.mt.smartrouter.ts
zhcode 4b3c93044d feat: add "中国联通、什么值得买、京东云无线宝、发现精彩"开屏广告规则 (#44)
* 添加"中国联通、什么值得买、京东云无线宝"开屏广告规则

* feat(发现精彩): 添加发现精彩(广发银行信用卡App)开屏广告

* perf: 去掉重复选择器标记

---------

Co-authored-by: lisonge <i@songe.li>
2023-09-06 19:41:55 +08:00

16 lines
414 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jdcloud.mt.smartrouter',
name: '京东云无线宝',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.jdcloud.mt.smartrouter.nwelcome.WelcomeActivity',
rules: 'LinearLayout > TextView[text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12535237',
},
],
});