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