mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: add "中国联通、什么值得买、京东云无线宝、发现精彩"开屏广告规则 (#44)
* 添加"中国联通、什么值得买、京东云无线宝"开屏广告规则 * feat(发现精彩): 添加发现精彩(广发银行信用卡App)开屏广告 * perf: 去掉重复选择器标记 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
15
src/apps/com.jdcloud.mt.smartrouter.ts
Normal file
15
src/apps/com.jdcloud.mt.smartrouter.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user