mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ) QQ小程序开屏广告-规则优化 (#1153)
* feat 消息页面-顶部广告(优化规则) * feat 好友热播(新增 activityId) * feat(QQ): 规则优化 * feat QQ小程序开屏广告(增加activityId) --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -198,12 +198,18 @@ export default defineAppConfig({
|
|||||||
key: 13,
|
key: 13,
|
||||||
name: 'QQ小程序开屏广告',
|
name: 'QQ小程序开屏广告',
|
||||||
desc: '点击右下角跳过',
|
desc: '点击右下角跳过',
|
||||||
activityIds: 'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
|
activityIds: [
|
||||||
|
'com.tencent.mobileqq.mini.appbrand.ui.AppBrandUI',
|
||||||
|
'com.tencent.mobileqq.activity.miniaio.MiniChatActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
'TextView[text = "广告"] < RelativeLayout + RelativeLayout TextView[text = "跳过"]',
|
'TextView[text = "广告"] < RelativeLayout + RelativeLayout TextView[text = "跳过"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12877215',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12877215',
|
||||||
|
'https://gkd-kit.songe.li/import/12919195',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user