From c70a723e9503d4fae6cb9d14db34f38db6d1cb0b Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:00:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=90=A4=E5=85=89=E9=98=85=E8=AF=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3021)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(萤光阅读): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.sqlitecd.meaning.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.sqlitecd.meaning.ts diff --git a/src/apps/com.sqlitecd.meaning.ts b/src/apps/com.sqlitecd.meaning.ts new file mode 100644 index 00000000..f92e8606 --- /dev/null +++ b/src/apps/com.sqlitecd.meaning.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sqlitecd.meaning', + name: '萤光阅读', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text="跳过广告"]', + snapshotUrls: 'https://i.gkd.li/import/13626762', + }, + ], + }, + ], +});