mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
chore: sync
This commit is contained in:
@@ -2,10 +2,11 @@ import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.qqmusic',
|
||||
name: `QQ音乐`,
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'QQ音乐-开屏广告',
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
'com.tencent.qqmusic.business.splash.thirdpartsplash.tme.union.SplashDialog',
|
||||
@@ -14,7 +15,7 @@ export default <AppConfig>{
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: 'QQ音乐-推荐页-广告卡片',
|
||||
name: '推荐页-广告卡片',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
rules: [
|
||||
`@LinearLayout[clickable=true] > TextView[text='广告'] + ImageView`, // 1688045698846
|
||||
|
||||
Reference in New Issue
Block a user