karin-plugin-kkk 2.30.1 → 2.30.4

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 */
@@ -324,7 +333,8 @@ interface DouyinUserListProps extends BaseComponentProps {
324
333
  /** 是否使用深色主题 */useDarkTheme?: boolean; /** 群组信息 */
325
334
  groupInfo: {
326
335
  /** 群号 */groupId: string; /** 群名称 */
327
- groupName: string;
336
+ groupName: string; /** 群头像 */
337
+ groupAvatar: string;
328
338
  }; /** 用户列表数据 */
329
339
  renderOpt: {
330
340
  /** 用户头像图片URL */avatar_img: string; /** 用户名 */
@@ -1288,7 +1298,8 @@ interface BilibiliUserListProps extends BaseComponentProps {
1288
1298
  /** 是否使用深色主题 */useDarkTheme?: boolean; /** 群组信息 */
1289
1299
  groupInfo: {
1290
1300
  /** 群号 */groupId: string; /** 群名称 */
1291
- groupName: string;
1301
+ groupName: string; /** 群头像 */
1302
+ groupAvatar: string;
1292
1303
  }; /** 用户列表数据 */
1293
1304
  renderOpt: {
1294
1305
  /** 用户头像图片URL */avatar_img: string; /** 用户名 */