feat: 添加评论功能

This commit is contained in:
zdl
2025-11-14 16:15:13 +08:00
parent d0f8832e9a
commit f44c5d37ed
8 changed files with 625 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
// src/components/EventCommentSection/index.js
/**
* 事件评论区组件统一导出
*/
export { default } from './EventCommentSection';
export { default as EventCommentSection } from './EventCommentSection';
export { default as CommentList } from './CommentList';
export { default as CommentItem } from './CommentItem';
export { default as CommentInput } from './CommentInput';