mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
aa64ae3369
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue