From c74cc754e663ca96a7e038d7383e5b752039568b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:34:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E4=BF=B1=E4=B9=90?= =?UTF-8?q?=E9=83=A8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2993)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.honor.club.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.honor.club.ts diff --git a/src/apps/com.honor.club.ts b/src/apps/com.honor.club.ts new file mode 100644 index 00000000..caba29b2 --- /dev/null +++ b/src/apps/com.honor.club.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.honor.club', + name: '荣耀俱乐部', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13625346', + }, + ], +});