From ed9f236fc3040616a2f3e4fc92d545a188d15f9b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:48:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(360=E6=99=BA=E6=85=A7=E7=94=9F=E6=B4=BB):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2691)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2686 --- src/apps/com.qihoo.smart.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.qihoo.smart.ts diff --git a/src/apps/com.qihoo.smart.ts b/src/apps/com.qihoo.smart.ts new file mode 100644 index 00000000..74843b4d --- /dev/null +++ b/src/apps/com.qihoo.smart.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qihoo.smart', + name: '360智慧生活', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13424651', + }, + ], +});