更改头部标题

This commit is contained in:
李志鹏
2025-10-10 17:29:09 +08:00
parent f3d02e5192
commit f1d0a2735a

View File

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