feat: 添加评论功能,重构评论输入和列表组件,支持多种目标类型,更新国际化文本
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 18s

This commit is contained in:
2025-09-07 23:56:25 +08:00
parent 38584e164e
commit 6237cddc87
16 changed files with 235 additions and 57 deletions

View File

@ -110,5 +110,27 @@ pnpm start
可以通过环境变量或者.env.production文件配置后端API端点
## 开发
### 后端
```bash
# 启动后端服务器
go run ./cmd/server
```
### 前端
```bash
# 进入前端目录
cd web
# 安装依赖
pnpm install
# 启动前端开发服务器
pnpm dev
```
## 环境变量配置
后端所有环境变量及其示例在[`.env.example`](./.env.example)文件中