From e04d6a8904fd0c93b931551d8feea0943bae8eac Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 12 六月 2025 18:11:06 +0800 Subject: [PATCH] add: 评论回复 --- types/index.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/types/index.ts b/types/index.ts index aa993f3..f214c6d 100644 --- a/types/index.ts +++ b/types/index.ts @@ -228,6 +228,11 @@ createBy: string; createTime: string; updateBy: string | null; + liked: boolean; + collected: boolean; + voLikeCount: number; + voCollectCount: number; + voCommentCount: number; } -- Gitblit v1.9.3