This commit is contained in:
parent
5f200ea989
commit
a12552a608
@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
<p class="mt-32 text-right text-12 opacity-40">—— {{ dailyPoetry.author || '佚名' }}</p>
|
||||||
</n-card>
|
</n-card>
|
||||||
<n-card class="ml-12 w-70%">
|
<n-card class="ml-12 w-70%">
|
||||||
@ -233,7 +233,7 @@ async function getClientConnections() {
|
|||||||
|
|
||||||
const initFunc = debounce(() => {
|
const initFunc = debounce(() => {
|
||||||
getClientConnections()
|
getClientConnections()
|
||||||
dailyPoe()
|
// dailyPoe()
|
||||||
// connectionList()
|
// connectionList()
|
||||||
},500)
|
},500)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user