Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-11-29 10:58:02 +08:00
commit aa64ae3369

View file

@ -434,6 +434,10 @@ func createDoc(c *gin.Context) {
box := model.Conf.Box(notebook)
pushCreate(box, p, tree.Root.ID, arg)
ret.Data = map[string]interface{}{
"id": tree.Root.ID,
}
}
func createDailyNote(c *gin.Context) {