mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 调整快照列表分页参数
This commit is contained in:
parent
55a4107017
commit
72225ff73c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ func GetRepoIndexLogs(page int) (logs []*dejavu.Log, pageCount, totalCount int,
|
|||
return
|
||||
}
|
||||
|
||||
logs, pageCount, totalCount, err = repo.GetIndexLogs(page, 16)
|
||||
logs, pageCount, totalCount, err = repo.GetIndexLogs(page, 32)
|
||||
if nil != err {
|
||||
if dejavu.ErrNotFoundIndex == err {
|
||||
logs = []*dejavu.Log{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue