From 1f1b3ab9458f6d8f06942f1c617562a6b18e1de9 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:56:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=83=E6=82=A6=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(#1405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1400 --- src/apps/com.tencent.tgclub.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.tencent.tgclub.ts diff --git a/src/apps/com.tencent.tgclub.ts b/src/apps/com.tencent.tgclub.ts new file mode 100644 index 00000000..42695ea7 --- /dev/null +++ b/src/apps/com.tencent.tgclub.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.tgclub', + name: '心悦俱乐部', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchLauncher: true, + activityIds: 'com.tencent.tgclub.business.appframe.WelcomeActivity', + rules: '[id="com.tencent.tgclub:id/jump_time"][text$="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13163289', + }, + ], +});