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/10.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/10.png" />