mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(QQ): 消息页面顶部-SVIP 广告 - 优化规则 (#608)
* feat(QQ) * feat(QQ) * feat(QQ): 频道页面广告-规则优化 * 【消息页面-顶部广告】补充快照 * improvement 【消息页面顶部-SVIP 广告】优化规则 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -64,12 +64,15 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '新人专享1元购SVIP',
|
name: '消息页面顶部-SVIP 广告',
|
||||||
desc: '消息界面-搜索框和消息记录直接的广告卡片,点击关闭右侧x',
|
desc: '消息界面-搜索框和消息记录直接的广告卡片,点击关闭右侧x',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules:
|
rules:
|
||||||
'@ImageView[id!=null][clickable=true] -2 TextView[id!=null][text^="新人专享1元购SVIP"]',
|
'LinearLayout > TextView[text*="SVIP"] + FrameLayout + ImageView[id!=null]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12706907',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12706907',
|
||||||
|
'https://gkd-kit.songe.li/import/12793359',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user