From e0749010e9920f36bde6cb45b355f0929ca28206 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 6 Mar 2024 22:59:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=88=9B=E7=BB=B4=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E4=BA=91):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.skyworthdigital.picamera.ts | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/apps/com.skyworthdigital.picamera.ts diff --git a/src/apps/com.skyworthdigital.picamera.ts b/src/apps/com.skyworthdigital.picamera.ts new file mode 100644 index 00000000..efdebbc8 --- /dev/null +++ b/src/apps/com.skyworthdigital.picamera.ts @@ -0,0 +1,34 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.skyworthdigital.picamera', + name: '创维智慧云', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + actionMaximumKey: 0, + rules: [ + { + key: 0, + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + exampleUrls: + 'https://m.gkd.li/57941037/07c9f980-aa0f-4044-a58d-299a2a358857', + snapshotUrls: 'https://i.gkd.li/i/13497656', + }, + { + key: 1, + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', + exampleUrls: + 'https://m.gkd.li/57941037/3b5cba55-7024-4d3e-a21c-7b1d540515bc', + snapshotUrls: 'https://i.gkd.li/i/14511463', + }, + ], + }, + ], +});