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

14 lines
293 B
Markdown

<script setup>
import Show from '../.vitepress/theme/Show.vue'
const text = '电影中,主角在雨中奔跑,雨滴打湿头发和衣服,街灯映出模糊的影子'
</script>
# 描写一段你喜欢的电影片段
<Show :text="text" />
## 图片
<img src="/assets/daily/17.png" />