提高目标作品文案选择准确性 - #5
Merged
Merged
Conversation
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.
做了什么
aweme_detail/item_detail等作品主体数据,最后才使用通用最长文本兜底为什么需要
旧逻辑会递归收集响应中的所有
desc并选择最长文本。响应同时包含评论、推荐作品或其他页面数据时,长度并不代表它属于当前作品;此外,使用包含匹配过滤“抖音”等词会把正常文案误判为占位符。短链请求只尝试一次,也会放大瞬时网络波动。用户影响
分支验证
发布候选集成验证
在仅本地的发布候选分支中按
PR #1 → PR #4 → PR #5顺序合并:集成演练还发现并修复了“页面加载中”占位符兼容问题。
合并顺序
这是一个堆叠草稿 PR,基于安全 PR #4。应先合并 PR #1,再合并 PR #4;随后将本 PR 的 base 改为
main、同步最新主分支并让 GitHub Actions 运行。