From 36495d20115c25c9309326397eb6b9ed97a598b5 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:03:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=A3=81=E5=8A=9B=E4=BA=91):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.happy.cloud.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.happy.cloud.ts diff --git a/src/apps/com.happy.cloud.ts b/src/apps/com.happy.cloud.ts new file mode 100644 index 00000000..3b2fc7e4 --- /dev/null +++ b/src/apps/com.happy.cloud.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.happy.cloud', + name: '磁力云', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.e4a.runtime.android.mainActivity', + matchLauncher: true, + rules: '[id="com.happy.cloud:id/splash_container"] >n [text^="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13187851', + }, + ], +});