From a4892378960434c17bb20f19e537df54be598142 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 13 六月 2025 13:36:35 +0800
Subject: [PATCH] add: tap查询、首页跳转
---
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