mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
18 lines
456 B
TypeScript
18 lines
456 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chaozh.iReaderFree',
|
|
name: '掌阅',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity',
|
|
rules:
|
|
'RelativeLayout[childCount=1] > [text^="跳过"][text.length<=4][clickable=true]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12872346',
|
|
},
|
|
],
|
|
});
|