Files
look-good/daily/13.md
2025-10-07 12:38:24 +08:00

14 lines
356 B
Markdown

<script setup>
import Show from '../.vitepress/theme/Show.vue'
const text = '房间里布置温馨,木质地板,窗台上摆着绿植,书桌整齐,墙上挂着照片,阳光透过窗帘洒在床上,空气中有淡淡的清香。'
</script>
# 描写一处你熟悉的房间
<Show :text="text" />
## 图片
<img src="/assets/daily/13.png" />