From a12552a608fc60a499b0718cdc80ebbbc3a71374 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 27 Aug 2024 09:48:48 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E5=8E=BB=E9=99=A4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E8=AF=97=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/workbench/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/workbench/index.vue b/web/src/views/workbench/index.vue index 7751f40..340ca5d 100644 --- a/web/src/views/workbench/index.vue +++ b/web/src/views/workbench/index.vue @@ -10,7 +10,7 @@ -

{{ dailyPoetry.content || '莫向外求,但从心觅,行有不得,反求诸己。' }}

+

{{ dailyPoetry.content || '莫向外求,但从心觅,行有不得,反求诸己。' }}

—— {{ dailyPoetry.author || '佚名' }}

@@ -233,7 +233,7 @@ async function getClientConnections() { const initFunc = debounce(() => { getClientConnections() - dailyPoe() + // dailyPoe() // connectionList() },500)