From f1d0a2735a4c5331af680ffd65748af9657be0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Fri, 10 Oct 2025 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=B4=E9=83=A8=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HeaderTitle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeaderTitle.vue b/src/components/HeaderTitle.vue index ec9d41e..c358787 100644 --- a/src/components/HeaderTitle.vue +++ b/src/components/HeaderTitle.vue @@ -3,7 +3,7 @@ const router = useRouter() defineProps({ - title: { type: String, default: 'STYLING ANGEL' } + title: { type: String, default: 'AI STYLING ASSISTANT' } }) defineEmits(['clickReturn'])