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