Files
AIsouler-GKD_subscription/src/apps/com.dragon.read.ts
2023-09-04 17:08:56 +08:00

23 lines
554 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.dragon.read',
name: '番茄免费小说',
groups: [
{
key: 0,
name: '阅读页面底部广告',
rules: [
{
activityIds: 'com.dragon.read.ad.banner.ui',
matches: '@[clickable=true] TextView[text=`关闭此条广告`]',
},
{
activityIds: 'com.dragon.read.reader.ReaderActivity',
matches: '@ImageView - LinearLayout TextView[text=`广告`]',
},
],
},
],
});