We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是什么方面的想法?
UI 界面 / 用户体验
这个想法具体是要实现什么?
当访客点击评论分页导航的超链接之后,会直接将视口移动到评论列表顶部而并非页面顶部
这个想法实现后有什么帮助?
让访客查看评论更方便,尤其是评论较多的时候
是否有具体的实现思路?
单独标记评论分页的 a 标签(用 .comment-pagenav a 这样的选择器),pjax 跳转页面时根据选择器判断是否为评论分页导航的 a 标签,如果是就跳转到评论列表顶部;另外,若博主未开启 pjax,正常情况会因为 typecho 自带的锚点而跳转到评论列表顶部,但 miracles 的评论结构中未标记 #comments id,应优化(Done)
.comment-pagenav a
#comments
补充信息:
The text was updated successfully, but these errors were encountered:
💩 Fix: 评论列表缺失 #comments id #70
eb76e46
No branches or pull requests
这是什么方面的想法?
UI 界面 / 用户体验
这个想法具体是要实现什么?
当访客点击评论分页导航的超链接之后,会直接将视口移动到评论列表顶部而并非页面顶部
这个想法实现后有什么帮助?
让访客查看评论更方便,尤其是评论较多的时候
是否有具体的实现思路?
单独标记评论分页的 a 标签(用
.comment-pagenav a
这样的选择器),pjax 跳转页面时根据选择器判断是否为评论分页导航的 a 标签,如果是就跳转到评论列表顶部;另外,若博主未开启 pjax,正常情况会因为 typecho 自带的锚点而跳转到评论列表顶部,但 miracles 的评论结构中未标记(Done)#comments
id,应优化补充信息:
The text was updated successfully, but these errors were encountered: