feat(ui): update editor welcome message to Chinese

This commit is contained in:
“ydy0615”
2026-02-16 09:05:43 +08:00
parent 9b37ca42d6
commit 71a71530a3
+1 -1
View File
@@ -261,7 +261,7 @@ onMounted(async () => {
crepe = new Crepe({
root: root.value,
defaultValue: '# Welcome to LLM in text\n\nStart writing your content here...',
defaultValue: '# 欢迎来到LLM-IN-TEXT\n\n一个即时LLM系统\n\n在下面开始你的创作...',
features: {
[Crepe.Feature.Latex]: true,
[Crepe.Feature.ImageBlock]: true,