mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(掌阅): 开屏广告 (#783)
This commit is contained in:
16
src/apps/com.chaozh.iReaderFree.ts
Normal file
16
src/apps/com.chaozh.iReaderFree.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.chaozh.iReaderFree',
|
||||||
|
name: '掌阅',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity',
|
||||||
|
rules:
|
||||||
|
'RelativeLayout[childCount=1] > [text^="跳过"][text.length<=4][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12872346',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user