fix: 补充说明

This commit is contained in:
chekayo
2025-12-07 14:50:32 +08:00
parent cbbec86000
commit 3b6d211d09
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ type CommentLoadConfig struct {
ClickMoreReplies bool `json:"click_more_replies,omitempty"`
// 回复数量阈值,超过这个数量的"更多"按钮将被跳过0表示不跳过任何
MaxRepliesThreshold int `json:"max_replies_threshold,omitempty"`
// 最大加载评论数comment-item数量0表示加载所有
// 最大加载评论数(.parent-comment数量0表示加载所有
MaxCommentItems int `json:"max_comment_items,omitempty"`
// 滚动速度等级: slow(慢速), normal(正常), fast(快速)
ScrollSpeed string `json:"scroll_speed,omitempty"`