mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
chore: init
This commit is contained in:
13
src/apps/com.tencent.qt.sns.ts
Normal file
13
src/apps/com.tencent.qt.sns.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.qt.sns',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '掌上穿越火线-开屏广告',
|
||||
activityIds: 'com.tencent.gamehelper.ui.main.WelcomeActivity',
|
||||
rules: '[id=`com.tencent.qt.sns:id/tv_timer`][text$=`跳过`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user