mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
15 lines
322 B
TypeScript
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]',
|
|
},
|
|
],
|
|
});
|