🎨 Automatically download network assets when the cloud inbox is moved to docs https://github.com/siyuan-note/siyuan/issues/9775

This commit is contained in:
Daniel 2023-11-29 10:51:17 +08:00
parent 2868543c62
commit d802980fb7
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

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