mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
chore: init
This commit is contained in:
21
src/apps/com.dragon.read.ts
Normal file
21
src/apps/com.dragon.read.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.dragon.read',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '番茄免费小说-阅读页面底部广告',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.dragon.read.ad.banner.ui',
|
||||
matches: '@[isClickable=true] TextView[text=`关闭此条广告`]',
|
||||
},
|
||||
{
|
||||
activityIds: 'com.dragon.read.reader.ReaderActivity',
|
||||
matches: '@ImageView - LinearLayout TextView[text=`广告`]',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user