mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
15 lines
351 B
TypeScript
15 lines
351 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.qt.sns',
|
|
name: '掌上穿越火线',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.tencent.gamehelper.ui.main.WelcomeActivity',
|
|
rules: '[id=`com.tencent.qt.sns:id/tv_timer`][text$=`跳过`]',
|
|
},
|
|
],
|
|
});
|