modified: backend/.env

modified:   src/components/MilkdownEditor.vue
This commit is contained in:
2026-01-18 21:31:27 +08:00
parent 6102f905ee
commit f35049ac0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ onMounted(async () => {
console.log('[Debug] Creating Crepe editor...')
crepe = new Crepe({
root: root.value,
defaultValue: '# Welcome to Milkdown\n\nStart writing your markdown content here...',
defaultValue: '# Welcome to LLM in text\n\nStart writing your content here...',
})
await crepe.create()