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 }}