From 515749d4d79dda11e85a62ea115c36ced89779c9 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:28:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(360=E5=AE=B6=E5=BA=AD=E9=98=B2=E7=81=AB?= =?UTF-8?q?=E5=A2=99):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1655)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.qihoo.srouter.n300.ts * chore(actions): check_format_lint * feat(360家庭防火墙): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 close #1653 --- src/apps/com.qihoo.srouter.n300.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.qihoo.srouter.n300.ts diff --git a/src/apps/com.qihoo.srouter.n300.ts b/src/apps/com.qihoo.srouter.n300.ts new file mode 100644 index 00000000..949eb043 --- /dev/null +++ b/src/apps/com.qihoo.srouter.n300.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qihoo.srouter.n300', + name: '360家庭防火墙', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.qihoo.srouter.n300:id/tv_countdown"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13216607', + }, + ], + }, + ], +});