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:
19
src/apps/com.tencent.qqmusic.ts
Normal file
19
src/apps/com.tencent.qqmusic.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.qqmusic',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'QQ音乐-开屏广告',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: 'TextView[text=`跳过`]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: 'QQ音乐-推荐页-广告卡片',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: `@LinearLayout[isClickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user