From dac2abcbcec03ca6c84bd3a76ace84eb45f4d545 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:01:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E6=9C=BA):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2366)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2358 --- src/apps/com.ants360.yicamera.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.ants360.yicamera.ts diff --git a/src/apps/com.ants360.yicamera.ts b/src/apps/com.ants360.yicamera.ts new file mode 100644 index 00000000..47b4bfd3 --- /dev/null +++ b/src/apps/com.ants360.yicamera.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ants360.yicamera', + name: '小蚁摄像机', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13426833', + }, + ], +});