Files
AIsouler-GKD_subscription/src/apps/com.tencent.karaoke.ts
2023-09-03 18:30:48 +08:00

15 lines
322 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tencent.karaoke',
name: `全民K歌`,
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.tencent.karaoke.module.splash.ui.SplashAdDialog',
rules: '[text*=`跳过`][id!=null]',
},
],
});