From b0bfc153bf3c9aa430ee6a86588648cdd1c27132 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 12 六月 2025 11:36:08 +0800
Subject: [PATCH] update: 点赞事件、收藏事件

---
 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