mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-06 07:31:48 +01:00
✨ 数据仓库支持云端备份 https://github.com/siyuan-note/siyuan/issues/5336
This commit is contained in:
parent
3e5e0376a3
commit
7180e66654
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ const renderRepo = (element: Element, currentPage: number) => {
|
|||
return;
|
||||
}
|
||||
let repoHTML = "";
|
||||
response.data.logs.forEach((item: { memo: string, id: string, hCreated: string, count: number, hSize: string }) => {
|
||||
response.data.snapshots.forEach((item: { memo: string, id: string, hCreated: string, count: number, hSize: string }) => {
|
||||
repoHTML += `<li class="b3-list-item b3-list-item--hide-action" data-id="${item.id}">
|
||||
<div class="b3-list-item__text">
|
||||
${item.hCreated}<span class="fn__space"></span>${escapeHtml(item.memo)}<span class="b3-list-item__meta">${item.hSize}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue