style: 文案&样式修改

This commit is contained in:
2025-12-23 16:51:23 +08:00
parent 33659049ce
commit 73e8662895
6 changed files with 23 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
const router = useRouter()
defineProps({
title: { type: String, default: 'AI STYLING ASSISTANT' }
title: { type: String, default: 'STYLING ASSISTANT' }
})
const emit = defineEmits(['clickReturn', 'clickProfile'])