style: markdown render

This commit is contained in:
jialin
2025-02-11 14:01:46 +08:00
parent 4498f069f0
commit 8ae031dbbd
11 changed files with 110 additions and 47 deletions
+2 -1
View File
@@ -138,5 +138,6 @@ export default {
'playground.image.download': 'Download Image',
'playground.image.generate': 'Generate',
'playground.image.edit': 'Edit',
'playground.image.fitview': 'Fit View'
'playground.image.fitview': 'Fit View',
'playground.chat.aithought': 'CoT'
};
+2 -1
View File
@@ -133,5 +133,6 @@ export default {
'playground.image.download': '下载图片',
'playground.image.generate': '生成图片',
'playground.image.edit': '编辑图片',
'playground.image.fitview': '适应视图'
'playground.image.fitview': '适应视图',
'playground.chat.aithought': '思考过程'
};