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)