From c31a8def0ac90d86b8e8e345441bd28002a9ef2f Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 16 六月 2025 20:14:52 +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