🎨去除首页的诗词
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-08-27 09:48:48 +08:00
parent 5f200ea989
commit a12552a608

View File

@ -10,7 +10,7 @@
</div>
</div>
<p class="mt-40 text-14 opacity-60" style="cursor: pointer" @click="dailyPoe">{{ dailyPoetry.content || '莫向外求但从心觅行有不得反求诸己' }}</p>
<p class="mt-40 text-14 opacity-60">{{ dailyPoetry.content || '莫向外求,但从心觅,行有不得,反求诸己。' }}</p>
<p class="mt-32 text-right text-12 opacity-40"> {{ dailyPoetry.author || '佚名' }}</p>
</n-card>
<n-card class="ml-12 w-70%">
@ -233,7 +233,7 @@ async function getClientConnections() {
const initFunc = debounce(() => {
getClientConnections()
dailyPoe()
// dailyPoe()
// connectionList()
},500)