From 7218a6864ae2066e93dec4ba54adf732ebecf497 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:12:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=81=A5=E6=8E=A7=E7=B2=BE=E7=81=B5):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tiqiaa.icontrol.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.tiqiaa.icontrol.ts diff --git a/src/apps/com.tiqiaa.icontrol.ts b/src/apps/com.tiqiaa.icontrol.ts new file mode 100644 index 00000000..2e8256c6 --- /dev/null +++ b/src/apps/com.tiqiaa.icontrol.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tiqiaa.icontrol', + name: '遥控精灵', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.tiqiaa.icontrol.WelcomeActivity', + rules: [ + { + matches: '@[id=null][text^="跳过"] < LinearLayout +(n) ImageView', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12642183', + 'https://gkd-kit.gitee.io/import/12642185', + ], + }, + ], + }, + ], +});