Commit Graph

11 Commits

Author SHA1 Message Date
dd7641bf6e feat: implement advanced comment features including reply and like functionality
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 13s
- Added support for nested comments with reply functionality.
- Implemented like/unlike feature for comments and posts.
- Enhanced comment DTO to include reply count, like count, and like status.
- Updated comment and like services to handle new functionalities.
- Created new API endpoints for toggling likes and listing comments.
- Improved UI components for comments to support replies and likes with animations.
- Added localization for new comment-related messages.
- Introduced a TODO list for future enhancements in the comment module.
2025-09-09 00:24:25 +08:00
6237cddc87 feat: 添加评论功能,重构评论输入和列表组件,支持多种目标类型,更新国际化文本
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 18s
2025-09-07 23:56:25 +08:00
38584e164e feat: 更新Kubernetes部署说明,简化描述
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 10s
2025-08-01 01:29:04 +08:00
e3441af4b4 feat: 更新Helm Chart注册中心地址和安装命令 2025-08-01 01:24:57 +08:00
1b29d50ba4 📝 feat: Update README with feature list and deployment instructions
refactor: Remove old Helm chart files and templates

feat: Add new Helm chart structure for neo-blog deployment

chore: Add .helmignore and initial Chart.yaml for Helm chart

feat: Implement backend and frontend deployment templates in Helm chart

feat: Create services and ingress configurations for backend and frontend

chore: Define resource limits and requests for backend and frontend in values.yaml

feat: Enable autoscaling configuration for backend and frontend deployments

chore: Clean up unused files and configurations from previous setup
2025-07-29 08:15:20 +08:00
a805767030 ️ feat: 在README中添加Kubernetes容器化部署说明 2025-07-26 10:45:33 +08:00
d5d0b75dd3 ️ feat: 更新README以包含环境变量配置说明,并删除示例docker-compose文件 2025-07-26 10:44:27 +08:00
49ebb484fa ️ feat: 在README中添加BACKEND_URL环境变量说明,并更新源码构建部署部分的描述 2025-07-26 10:39:44 +08:00
7918f04059 ️ feat: 在前端服务中添加端口映射,并在API客户端中记录后端URL 2025-07-26 10:30:36 +08:00
b92fce5c7c ️ feat: 更新后端URL环境变量为BACKEND_URL,以支持更灵活的配置 2025-07-26 10:21:31 +08:00
723f3010a3 Initial commit 2025-07-16 21:08:26 +08:00