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