feat:更新朋友圈点赞功能

This commit is contained in:
2025-06-30 19:19:25 +08:00
parent 0969af5ade
commit 0346586548
10 changed files with 69 additions and 22 deletions

View File

@@ -94,5 +94,6 @@ export interface IMoment {
content: string;
imageList: string[];
date?: string;
likeList?: number[];
commentList?: IComment[];
}