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

18 lines
456 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chaozh.iReaderFree',
name: '掌阅',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity',
rules:
'RelativeLayout[childCount=1] > [text^="跳过"][text.length<=4][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/12872346',
},
],
});