mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 15:52:27 +08:00
(得间免费小说):开屏广告 (#1433)
* 得间免费小说:开屏广告 * 测试 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ce1557ac9
commit
9579186914
19
src/apps/com.chaozh.iReader.dj.ts
Normal file
19
src/apps/com.chaozh.iReader.dj.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user