Files
look-good/appendix/c-1.md
2025-10-07 12:38:24 +08:00

17 lines
757 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

对当前文档的30条记录中每一条训练内容的进行丰富一个描述场景描述内容不具备感情色彩和感官只是对应的常见的 内容生成30-100字的详细描述这是需要去生成图片的描述需要比较细节和内容。然后根据当前的代码生成具体的序号的 1.md ,2.md等的内容。同时标题是训练内容text是详细的生成场景的咒语内容img需要对应修改为序号。生成的文件夹到daily当中比如 daily/1.md。当前的30条生成30个文本的内容。
```
<script setup>
import Show from '../.vitepress/theme/Show.vue'
const text = '示例文本。'
</script>
# demo标题
<Show :text="text" />
## 图片
<img src="/assets/daily/0.png" />
```