🎨 动态加载开头结尾默认 36 块

This commit is contained in:
Liang Ding 2022-08-18 11:20:33 +08:00
parent 6833509f33
commit 1506eb59ce
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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)