feat(掌阅): 开屏广告 (#783)

This commit is contained in:
二刺螈
2023-10-12 00:23:19 +08:00
parent 73cb96cdcc
commit e84b118765

View 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',
},
],
});