(得间免费小说):开屏广告 (#1433)

* 得间免费小说:开屏广告

* 测试

* 得间免费小说:开屏广告

* 得间免费小说:开屏广告

* 得间免费小说:开屏广告

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Ran0929 2023-10-26 23:14:58 +08:00 committed by GitHub
parent 0ce1557ac9
commit 9579186914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
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',
},
],
},
],
});