This commit is contained in:
2025-10-07 12:38:24 +08:00
commit a8c4672612
105 changed files with 4317 additions and 0 deletions

13
daily/8.md Normal file
View File

@@ -0,0 +1,13 @@
<script setup>
import Show from '../.vitepress/theme/Show.vue'
const text = '一本精装书,封面深蓝色,中央印有金色花纹,书名字体优雅,边角略有磨损,整体显得庄重而神秘。'
</script>
# 形容一本书的封面
<Show :text="text" />
## 图片
<img src="/assets/daily/8.png" />