feat: douyin adds comment images

This commit is contained in:
Relakkes
2025-01-15 14:49:55 +08:00
parent a8e796e690
commit 30d0e733d5
2 changed files with 75 additions and 40 deletions

View File

@@ -536,4 +536,5 @@ CREATE TABLE `zhihu_creator` (
-- add column `like_count` to douyin_aweme_comment
alter table douyin_aweme_comment add column `like_count` varchar(255) NOT NULL DEFAULT '0' COMMENT '点赞数';
alter table xhs_note add column xsec_token varchar(50) default null comment '签名算法';
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 '评论图片列表';