mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
chore: init
This commit is contained in:
21
src/apps/com.tencent.mobileqq.ts
Normal file
21
src/apps/com.tencent.mobileqq.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.mobileqq',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'QQ-开屏广告',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: '[text*=`跳过`]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: `QQ-消息页面-顶部广告`,
|
||||
activityIds: `com.tencent.mobileqq.activity.SplashActivity`,
|
||||
rules: [
|
||||
`ImageView[id!=null][desc='关闭'][isClickable=true]`, // 1687669217838
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user