🎨 Updated

This commit is contained in:
2025-06-22 12:08:50 +08:00
parent 77287bccfa
commit 35c89e086e
7 changed files with 47 additions and 26 deletions

View File

@@ -36,6 +36,6 @@ func NewDefaultDocument() *Document {
LastUpdated: now,
CreatedAt: now,
},
Content: "\n∞∞∞text-a\n",
Content: "∞∞∞text-a\n",
}
}