Open
Conversation
Contributor
|
@Codennnn 大佬有时间看下这个 pr 吗 |
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.
背景
在v2ex有一些创造者为了宣传产品会送激活码,通常有几十上百个,使用了激活码的用户可能会把已使用的激活码贴在回复中。当用户打开帖子时,不能清楚的知道哪些激活码是可用的,只能一个个的尝试。
目标
在回复中提及的激活码可视为已被使用的,期望能根据帖子回复内容,将已使用的激活码做划线处理,方便用户进到帖子时知道哪些激活码是无效的。另外帖子回复过多时会有翻页,期望划线功能能支持帖子翻页。
实现
效果如下图:



