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