From 8ec99fa66f0f108193779743cfd47bb18e92fbd7 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:40:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(PICOOC):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#894)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.picooc.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.picooc.ts diff --git a/src/apps/com.picooc.ts b/src/apps/com.picooc.ts new file mode 100644 index 00000000..5822046c --- /dev/null +++ b/src/apps/com.picooc.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.picooc', + name: 'PICOOC', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.picooc.activity.start.WelcomeActivity', + rules: 'TextView[text = "广告"] <2 ViewGroup - ViewGroup [text = "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12859002', + }, + ], +});