From 91a261c1ef1edc872303b4b91a28d08c905cc620 Mon Sep 17 00:00:00 2001 From: Azir-11 <2075125282@qq.com> Date: Mon, 24 Nov 2025 19:41:43 +0800 Subject: [PATCH] style(projects): modify homepage prompt title to tip. --- src/views/home/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d2dd4008..91f8e847 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -15,7 +15,7 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));