From 711c446f74e83bf064d9f854a9e48086bf08ec3a Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 4 May 2026 11:00:07 -0600 Subject: [PATCH] update --- src/shared/components/Hitokoto.vue | 35 +++++++++++++++++------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/src/shared/components/Hitokoto.vue b/src/shared/components/Hitokoto.vue index acf268d..f8ae727 100644 --- a/src/shared/components/Hitokoto.vue +++ b/src/shared/components/Hitokoto.vue @@ -26,39 +26,44 @@ onMounted(receive) @click="receive" v-if="hitokoto.sentence" > -
{{ hitokoto.sentence }}
-
{{ "来自 " + hitokoto.from }}
+ {{ "来自 " + hitokoto.from }} + {{ hitokoto.sentence }}