From f986c9436bb6b4e5fb906cddbc9c93e421453913 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:45:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8F=A0=E8=90=9D=E5=8C=85=E8=BD=BB?= =?UTF-8?q?=E5=B0=8F=E8=AF=B4):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#1454)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.sfacg.ts * chore(actions): check_format_lint * feat(菠萝包轻小说): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge close #1450 --- src/apps/com.sfacg.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.sfacg.ts diff --git a/src/apps/com.sfacg.ts b/src/apps/com.sfacg.ts new file mode 100644 index 00000000..132a7689 --- /dev/null +++ b/src/apps/com.sfacg.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sfacg', + name: '菠萝包轻小说', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + matchTime: 15000, + rules: [ + { + matches: '[id="com.sfacg:id/tv_jump"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13185579', + }, + ], + }, + ], +});