karin-plugin-kkk 2.30.1 → 2.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,16 @@ interface DouyinCommentProps extends BaseComponentProps {
69
69
  Region: string; /** 相关搜索(大家都在搜) */
70
70
  suggestWrod: string[]; /** 视频分辨率 */
71
71
  Resolution: string | null; /** 分享链接 */
72
- share_url: string; /** 评论数据列表 */
72
+ share_url: string; /** 作者昵称 */
73
+ Author: string; /** 作者头像 */
74
+ AuthorAvatar: string; /** 作品统计 */
75
+ Statistics: {
76
+ digg_count: number;
77
+ comment_count: number;
78
+ share_count: number;
79
+ collect_count: number;
80
+ }; /** 发布时间戳(秒) */
81
+ CreateTime: number; /** 评论数据列表 */
73
82
  CommentsData: Array<{
74
83
  /** 评论ID */id?: number; /** 评论CID */
75
84
  cid?: string; /** 作品ID */