From b5d01fc0abaef4920df4b064c0a87511bdebb05f Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:24:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E7=A7=91=E6=8A=80):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1585)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.kkeji.news.client.ts * chore(actions): check_format_lint * feat(快科技): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 close #1577 --- src/apps/com.kkeji.news.client.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.kkeji.news.client.ts diff --git a/src/apps/com.kkeji.news.client.ts b/src/apps/com.kkeji.news.client.ts new file mode 100644 index 00000000..23f133f6 --- /dev/null +++ b/src/apps/com.kkeji.news.client.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.kkeji.news.client', + name: '快科技', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.kkeji.news.client:id/tv_counter"]', + snapshotUrls: 'https://i.gkd.li/import/13197536', + }, + ], + }, + ], +});