fix: 微信 分段广告-朋友圈广告-适配新机制 微信v8.0.72#191
Closed
mrj666 wants to merge 1 commit into
Closed
Conversation
Owner
|
导出日志来看看,日志默认保留7天,6月5号的应该还在 |
Owner
这个是触发记录截图。 |
Contributor
Author
找到了,摘取了一段 |
Owner
Owner
|
我需要确认之前是不是真的在 “第二段”( |
Contributor
Author
|
Contributor
Author
也不能叫反复循环,就是卡住没有把广告关干净 |
Owner
看你提供的日志,不是正常触发 16:56:01.050 A11yState, DefaultDispatcher-worker-4, a11y.addActionLog(A11yState.kt:308)
[0]: id:667, v:507, type:app, gKey=0, gName:分段广告-朋友圈广告, index:1, key:1, status:处于冷却时间
[1]: AttrInfo(id=com.tencent.mm:id/kbe, vid=kbe, name=android.widget.LinearLayout, text=null, desc=null, clickable=false, focusable=false, checkable=false, checked=false, editable=false, longClickable=false, visibleToUser=true, left=210, top=868, right=1164, bottom=940, width=954, height=72, childCount=2, index=0, depth=0)
[2]: ActionResult(action=clickCenter, result=true, shell=false, position=(1089.8743, 904.0))
16:56:01.190 A11yState, DefaultDispatcher-worker-8, a11y.addActionLog(A11yState.kt:308)
[0]: id:667, v:507, type:app, gKey=0, gName:分段广告-朋友圈广告, index:3, key:25, status:需要提前触发某个规则
[1]: AttrInfo(id=null, vid=null, name=android.widget.TextView, text=关闭该广告, desc=null, clickable=true, focusable=true, checkable=false, checked=false, editable=false, longClickable=false, visibleToUser=true, left=974, top=938, right=1116, bottom=939, width=142, height=1, childCount=0, index=0, depth=0)
[2]: ActionResult(action=clickNode, result=true, shell=false, position=null)
16:56:01.219 A11yState, DefaultDispatcher-worker-4, a11y.addActionLog(A11yState.kt:308)
[0]: id:667, v:507, type:app, gKey=0, gName:分段广告-朋友圈广告, index:4, key:50, status:需要提前触发某个规则
[1]: AttrInfo(id=null, vid=null, name=android.widget.TextView, text=关闭该广告, desc=null, clickable=true, focusable=true, checkable=false, checked=false, editable=false, longClickable=false, visibleToUser=true, left=974, top=938, right=1116, bottom=939, width=142, height=1, childCount=0, index=0, depth=0)
[2]: ActionResult(action=clickCenter, result=true, shell=false, position=(1045.0, 938.5))
16:56:03.194 Toast, main, util.SnapshotExt.captureSnapshot(SnapshotExt.kt:207)
正在保存快照... |
Owner
|
另外,如果快照 https://i.gkd.li/i/28643685 真的属于 第三段(key50) 的话, |
Lin-arm
added a commit
that referenced
this pull request
Jun 9, 2026
- 搞错了,快照 https://i.gkd.li/i/28643685 不属于第二段 - 具体见 Pr #191 close #191 This reverts commit 1b13d24.
Contributor
Author
|
可能没找到关键问题,我再分析一下吧。你这边微信8.0.72的版本朋友圈广告跳过正常吗? |
Owner
Contributor
Author
|
好的那先不搞这个了,本身也误触太多,关了算了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



抱歉昨天的修改有误,微信v8.0.72新机制的广告关闭流程是
key 0/1/2 命中"广告"标签 → 点击
↓
key 25 命中"关闭该广告" → 点击
↓
key 50 命中"直接关闭" → 点击(新增 //2 分支)
↓
广告关闭
因此把昨天增加的规则从key25移到了key50,这次从本地实测了一下是OK的