From 28bae67d22e61ee5a728e6617fea7396a0682f03 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:40:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E5=BD=A9=E4=BA=BA=E7=94=9F):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2721)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2696 --- src/apps/com.hcrs.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.hcrs.ts diff --git a/src/apps/com.hcrs.ts b/src/apps/com.hcrs.ts new file mode 100644 index 00000000..0b8b71cf --- /dev/null +++ b/src/apps/com.hcrs.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hcrs', + name: '华彩人生', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.hcrs:id/ll_skip_splash"]', + exampleUrls: + 'https://m.gkd.li/47232102/23ef9096-1ba8-4a68-8105-0f73c7158239', + snapshotUrls: 'https://i.gkd.li/import/13515798', + }, + ], + }, + ], +});