mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
d073dcd30d
commit
5c1cbef025
5 changed files with 4 additions and 8 deletions
|
|
@ -46,6 +46,7 @@ func GetRepoIndexLogs(page int) (logs []*dejavu.Log, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
page-- // 从 0 开始
|
||||
logs, err = repo.GetIndexLogs(page, 32)
|
||||
if nil != err {
|
||||
util.LogErrorf("get repo index logs failed: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue