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