mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(百度贴吧): 广告卡片-规则优化,移除首页左侧游戏广告小图标 (#751)
* fix(首页左侧游戏广告小图标) 在快照: https://gkd-kit.gitee.io/import/12839905 中出现不停点击故障,暂注释规则”首页左侧游戏广告小图标“ * chore(actions): check_format_lint * feat(百度贴吧): key2 广告点击-优化 优化【首页/吧内-帖子列表-推荐列表-长得像帖子的广告卡片】规则,适配快照: https://gkd-kit.gitee.io/import/12840951 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '首页/贴吧帖子列表-推荐列表-长得像帖子的广告卡片',
|
name: '首页/吧内-帖子列表-推荐列表-长得像帖子的广告卡片',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.baidu.tieba.tblauncher.MainTabActivity',
|
'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||||
'com.baidu.tieba.frs.FrsActivity',
|
'com.baidu.tieba.frs.FrsActivity',
|
||||||
@@ -48,8 +48,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches:
|
matches:
|
||||||
'TextView[text$="广告"] < RelativeLayout <n LinearLayout - RelativeLayout > LinearLayout > FrameLayout +n RelativeLayout > LinearLayout',
|
'TextView[text$="广告"] <n RelativeLayout <n LinearLayout - RelativeLayout > LinearLayout > FrameLayout +n RelativeLayout > LinearLayout',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12775930',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12775930',
|
||||||
|
'https://gkd-kit.gitee.io/import/12840951',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -95,14 +98,17 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
// 在"我的"界面中出现不停点击,问题快照: https://gkd-kit.gitee.io/import/12839905
|
||||||
key: 6,
|
// 且现有规则缺少快照核实问题所在,故暂时移除规则
|
||||||
name: '首页左侧游戏广告小图标',
|
// {
|
||||||
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
|
// key: 6,
|
||||||
rules: [
|
// name: '首页左侧游戏广告小图标',
|
||||||
'ImageView[clickable=true] - RelativeLayout[clickable=false][childCount=1] > ImageView[clickable=true]',
|
// activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
|
||||||
],
|
// rules: [
|
||||||
},
|
// 'ImageView[clickable=true] - RelativeLayout[clickable=false][childCount=1] > ImageView[clickable=true]',
|
||||||
|
// ],
|
||||||
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: '升级弹窗',
|
name: '升级弹窗',
|
||||||
|
|||||||
Reference in New Issue
Block a user