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', + }, + ], +});