From f9826e4ac20ab6d98f083e1fecad073379c4b9c5 Mon Sep 17 00:00:00 2001
From: npmrun <1549469775@qq.com>
Date: Sat, 18 Apr 2026 22:38:01 +0800
Subject: [PATCH] feat(public): profile home bio shows front matter desc only
when set
Made-with: Cursor
---
app/pages/@[publicSlug]/index.vue | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/app/pages/@[publicSlug]/index.vue b/app/pages/@[publicSlug]/index.vue
index 7b1217d..d0c09bd 100644
--- a/app/pages/@[publicSlug]/index.vue
+++ b/app/pages/@[publicSlug]/index.vue
@@ -1,5 +1,6 @@
@@ -154,12 +173,12 @@ const bioHtml = computed(() =>
-
+
-
+
{{ data.user.nickname || data.user.publicSlug || slug }}
-