🐛 Fixed bug

This commit is contained in:
2025-06-21 15:03:35 +08:00
parent 145b868a44
commit 1153c0a652
22 changed files with 646 additions and 309 deletions

View File

@@ -36,6 +36,6 @@ func NewDefaultDocument() *Document {
LastUpdated: now,
CreatedAt: now,
},
Content: "// 在此处编写文本...",
Content: "\n∞∞∞text-a\n",
}
}