mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
* 添加"中国联通、什么值得买、京东云无线宝"开屏广告规则 * feat(发现精彩): 添加发现精彩(广发银行信用卡App)开屏广告 * perf: 去掉重复选择器标记 --------- Co-authored-by: lisonge <i@songe.li>
16 lines
414 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|