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

@ -13,7 +13,7 @@ export interface User {
export interface LoginRequest {
username: string
password: string
rememberMe?: boolean // 可以轻松添加新字段
rememberMe?: boolean
captcha?: string
}