From 71a71530a3aeac80cbd91a3e27866b8d0e322d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cydy0615=E2=80=9D?= <“allenyuan410@gmail.com”> Date: Mon, 16 Feb 2026 09:05:43 +0800 Subject: [PATCH] feat(ui): update editor welcome message to Chinese --- src/components/MilkdownEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MilkdownEditor.vue b/src/components/MilkdownEditor.vue index 23e121e..567e516 100644 --- a/src/components/MilkdownEditor.vue +++ b/src/components/MilkdownEditor.vue @@ -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,