diff --git a/qwen3-tts-frontend/src/components/tts/VoiceCloneForm.tsx b/qwen3-tts-frontend/src/components/tts/VoiceCloneForm.tsx
index ff35b72..e0f421c 100644
--- a/qwen3-tts-frontend/src/components/tts/VoiceCloneForm.tsx
+++ b/qwen3-tts-frontend/src/components/tts/VoiceCloneForm.tsx
@@ -6,7 +6,7 @@ import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import { Textarea } from '@/components/ui/textarea'
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'
-import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger, DialogFooter } from '@/components/ui/dialog'
+import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, DialogFooter } from '@/components/ui/dialog'
import { Checkbox } from '@/components/ui/checkbox'
import { Label } from '@/components/ui/label'
import { Settings, Globe2, Type, Play, FileText, Mic, ArrowRight, ArrowLeft } from 'lucide-react'
@@ -329,6 +329,7 @@ function VoiceCloneForm() {
高级参数设置
+ 调整生成参数以控制音频质量和生成长度
diff --git a/qwen3-tts-frontend/src/components/tts/VoiceDesignForm.tsx b/qwen3-tts-frontend/src/components/tts/VoiceDesignForm.tsx
index 6e0aa9f..d9f6a9b 100644
--- a/qwen3-tts-frontend/src/components/tts/VoiceDesignForm.tsx
+++ b/qwen3-tts-frontend/src/components/tts/VoiceDesignForm.tsx
@@ -6,7 +6,7 @@ import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import { Textarea } from '@/components/ui/textarea'
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'
-import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger, DialogFooter } from '@/components/ui/dialog'
+import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, DialogFooter } from '@/components/ui/dialog'
import { Label } from '@/components/ui/label'
import { Settings, Globe2, Type, Play, Palette } from 'lucide-react'
import { toast } from 'sonner'
@@ -197,6 +197,7 @@ const VoiceDesignForm = forwardRef
((_props, ref) => {
高级参数设置
+ 调整生成参数以控制音频质量和生成长度
diff --git a/qwen3-tts-frontend/src/components/users/ChangePasswordDialog.tsx b/qwen3-tts-frontend/src/components/users/ChangePasswordDialog.tsx
index fd034dc..33cf9a7 100644
--- a/qwen3-tts-frontend/src/components/users/ChangePasswordDialog.tsx
+++ b/qwen3-tts-frontend/src/components/users/ChangePasswordDialog.tsx
@@ -73,7 +73,7 @@ export function ChangePasswordDialog({
return (
+
+ 创建时间:
+ {new Date(user.created_at).toLocaleString('zh-CN')}
+
+
+
+ ))}
+
+ >
)
}
diff --git a/qwen3-tts-frontend/src/pages/UserManagement.tsx b/qwen3-tts-frontend/src/pages/UserManagement.tsx
index e6e790b..91580a9 100644
--- a/qwen3-tts-frontend/src/pages/UserManagement.tsx
+++ b/qwen3-tts-frontend/src/pages/UserManagement.tsx
@@ -93,11 +93,11 @@ export default function UserManagement() {
return (