commit | ed9f2f96c966cfc47122d09862337fe3f909b051 | [log] [tgz] |
---|---|---|
author | BirdNETM <22301113@bjtu.edu.cn> | Mon May 26 20:12:30 2025 +0800 |
committer | BirdNETM <22301113@bjtu.edu.cn> | Mon May 26 20:12:30 2025 +0800 |
tree | d8b6625c0c6b6d3c2fe1e4efe2ac54dd2f41035e | |
parent | 809941d3f3b8f57b8b77e690392b9c1696fc4420 [diff] [blame] |
评论界面与后端连接完成 Change-Id: Id7d3f293b964c82533095f020d9720a43422ea68
diff --git a/react-ui/src/pages/Torrent/Comments/data.d.ts b/react-ui/src/pages/Torrent/Comments/data.d.ts index 922cb29..1f3347b 100644 --- a/react-ui/src/pages/Torrent/Comments/data.d.ts +++ b/react-ui/src/pages/Torrent/Comments/data.d.ts
@@ -13,3 +13,8 @@ /** 父评论ID,用于回复 */ parentId: number; } + +export interface responseSysTorrentComment { + /** 评论ID */ + data: SysTorrentComment[]; +} \ No newline at end of file