diff --git a/src/apps/com.chaozh.iReaderFree.ts b/src/apps/com.chaozh.iReaderFree.ts new file mode 100644 index 00000000..28c4128a --- /dev/null +++ b/src/apps/com.chaozh.iReaderFree.ts @@ -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', + }, + ], +});