From 5df3620a1619ccaa34e144ddac789a7cc0cd1a0e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:35:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=8B=E6=B5=8B):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xxwolo.cc5.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.xxwolo.cc5.ts diff --git a/src/apps/com.xxwolo.cc5.ts b/src/apps/com.xxwolo.cc5.ts new file mode 100644 index 00000000..ec0a4adf --- /dev/null +++ b/src/apps/com.xxwolo.cc5.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xxwolo.cc5', + name: '测测', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.cece.app.MainActivity', + rules: '[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12852352', + }, + ], +});