feat(心悦俱乐部): 开屏广告 (#1405)

close #1400
This commit is contained in:
jiuqianyuan
2023-10-26 22:56:15 +08:00
committed by GitHub
parent 0166f6a4cb
commit 1f1b3ab945

View File

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