mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 22:14:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0fc3f045e0
7 changed files with 26 additions and 5 deletions
|
|
@ -161,6 +161,9 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
|
|||
hCreated: string,
|
||||
count: number,
|
||||
hSize: string,
|
||||
systemID: string,
|
||||
systemName: string,
|
||||
systemOS: string,
|
||||
tag: string,
|
||||
typesCount: { type: string, count: number }[]
|
||||
}) => {
|
||||
|
|
@ -178,13 +181,15 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
|
|||
<span class="b3-chip b3-chip--secondary b3-chip--small${item.tag ? "" : " fn__none"}">${item.tag}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">
|
||||
<code class="fn__code">${item.id.substring(0, 7)}</code>
|
||||
<code class="fn__code">${item.id.substring(0, 7)}</code>
|
||||
<span class="fn__space"></span>
|
||||
<span data-type="hCreated">${item.hCreated}</span>
|
||||
<span class="fn__space"></span>
|
||||
${item.hSize}
|
||||
<span class="fn__space"></span>
|
||||
${window.siyuan.languages.fileCount} ${item.count}
|
||||
<span class="fn__space"></span>
|
||||
${item.systemOS}/${item.systemName}
|
||||
</div>
|
||||
${statHTML}`;
|
||||
/// #if MOBILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue