Files
AIsouler-GKD_subscription/src/apps/com.chaozh.iReader.dj.ts
2023-11-10 10:16:32 +08:00

24 lines
608 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chaozh.iReader.dj',
name: '得间免费小说',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: ['com.chaozh.iReader.ui.activity.WelcomeActivity'],
rules: [
{
matches: 'TextView[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13175317',
},
{
matches: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13190313',
},
],
},
],
});