mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
* 得间免费小说:开屏广告 * 测试 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
446 B
TypeScript
20 lines
446 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chaozh.iReader.dj',
|
|
name: '得间免费小说',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: ['com.chaozh.iReader.ui.activity.WelcomeActivity'],
|
|
rules: [
|
|
{
|
|
matches: 'TextView[text*="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13175317',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|