From c4cbf2cb9c70ed87a8ad5863f1ae0a802789e30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E6=8B=89=E5=B7=B4=E6=8B=89=E5=98=BF?= <83610194+superHao2000@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:58:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=8D=E6=BC=AB):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(免漫):开屏广告 * chore(actions): check_format_lint * 更正格式 * feat(免漫): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/cn.silent.comic.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/cn.silent.comic.ts diff --git a/src/apps/cn.silent.comic.ts b/src/apps/cn.silent.comic.ts new file mode 100644 index 00000000..25954f18 --- /dev/null +++ b/src/apps/cn.silent.comic.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; +export default defineAppConfig({ + id: 'cn.silent.comic', + name: '免漫', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="cn.silent.comic:id/ksad_splash_circle_skip_view"]', + exampleUrls: [ + 'https://m.gkd.li/83610194/f7c54df0-30d8-405a-b7eb-dd06c8db11cf', + 'https://m.gkd.li/83610194/94a8ecb5-1124-4090-a1ce-11340a4a76f2', + ], + snapshotUrls: [ + 'https://i.gkd.li/import/13405442', + 'https://i.gkd.li/import/13405483', + ], + }, + ], + }, + ], +});