mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
🎨 动态加载开头结尾默认 36 块
This commit is contained in:
parent
6833509f33
commit
1506eb59ce
1 changed files with 1 additions and 0 deletions
|
|
@ -605,6 +605,7 @@ func getDoc(c *gin.Context) {
|
|||
if nil != startIDArg && nil != endIDArg {
|
||||
startID = startIDArg.(string)
|
||||
endID = endIDArg.(string)
|
||||
size = 36
|
||||
}
|
||||
|
||||
blockCount, content, parentID, parent2ID, rootID, typ, eof, boxID, docPath, err := model.GetDoc(startID, endID, id, index, keyword, mode, size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue