feat: add like_count field to bilibi for issue #623

This commit is contained in:
Relakkes
2025-06-20 15:50:38 +08:00
parent 31bcdb191f
commit fd33813f8f
2 changed files with 41 additions and 19 deletions

View File

@@ -592,3 +592,4 @@ alter table douyin_aweme_comment add column `like_count` varchar(255) NOT NULL D
alter table xhs_note add column xsec_token varchar(50) default null comment '签名算法';
alter table douyin_aweme_comment add column `pictures` varchar(500) NOT NULL DEFAULT '' COMMENT '评论图片列表';
alter table bilibili_video_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';