commit | 632c061ee8a24df045c3cf4092a1de74006a338a | [log] [tgz] |
---|---|---|
author | BirdNETM <22301113@bjtu.edu.cn> | Tue May 27 17:41:40 2025 +0800 |
committer | BirdNETM <22301113@bjtu.edu.cn> | Tue May 27 17:41:40 2025 +0800 |
tree | 7852b6914efdda8cf5540bae4a3dcda104b98c7d | |
parent | ed9f2f96c966cfc47122d09862337fe3f909b051 [diff] [blame] |
评论连接优化,新增私信页面,等私信后端写完 Change-Id: I63c05945c47be9bcba6113ddd299058f302cb927
diff --git a/react-ui/src/pages/Torrent/Comments/data.d.ts b/react-ui/src/pages/Torrent/Comments/data.d.ts index 1f3347b..bc9e517 100644 --- a/react-ui/src/pages/Torrent/Comments/data.d.ts +++ b/react-ui/src/pages/Torrent/Comments/data.d.ts
@@ -1,5 +1,6 @@ /** 种子评论表 */ export interface SysTorrentComment { + userId: string; /** 评论ID */ commentId: number; /** 种子ID */