📝 更新数据快照文案

This commit is contained in:
Liang Ding 2022-12-14 14:14:51 +08:00
parent 04aff2d9be
commit 6684963f41
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -95,7 +95,7 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
</div> </div>
<div> <div>
<span class="ft__smaller ft__on-surface">${item.hCreated}</span> <span class="ft__smaller ft__on-surface">${item.hCreated}</span>
<span class="b3-list-item__meta">${item.hSize}</span> <span class="b3-list-item__meta">${window.siyuan.languages.fileSize} ${item.hSize}</span>
<span class="b3-list-item__meta">${window.siyuan.languages.fileCount} ${item.count}</span> <span class="b3-list-item__meta">${window.siyuan.languages.fileCount} ${item.count}</span>
</div> </div>
<div class="fn__flex" style="justify-content: flex-end;" data-id="${item.id}" data-tag="${item.tag}">${actionHTML}</div> <div class="fn__flex" style="justify-content: flex-end;" data-id="${item.id}" data-tag="${item.tag}">${actionHTML}</div>
@ -109,7 +109,7 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
</div> </div>
<div> <div>
<span class="ft__smaller ft__on-surface">${item.hCreated}</span> <span class="ft__smaller ft__on-surface">${item.hCreated}</span>
<span class="b3-list-item__meta">${item.hSize}</span> <span class="b3-list-item__meta">${window.siyuan.languages.fileSize} ${item.hSize}</span>
<span class="b3-list-item__meta">${window.siyuan.languages.fileCount} ${item.count}</span> <span class="b3-list-item__meta">${window.siyuan.languages.fileCount} ${item.count}</span>
</div> </div>
</div> </div>