mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 21:18:07 +01:00
This commit is contained in:
parent
8ba7cd3aa3
commit
0418fa656c
3 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ const onRecentblocks = (data: IWebSocketData) => {
|
|||
<svg class="b3-list-item__graphic"><use xlink:href="#${getIconByType(item.type)}"></use></svg>
|
||||
<span class="b3-list-item__text">${item.content}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">${item.hPath}</div>
|
||||
<div class="b3-list-item__meta">${Lute.EscapeHTMLStr(item.hPath)}</div>
|
||||
</div>`;
|
||||
});
|
||||
document.querySelector("#searchPanel").innerHTML = resultHTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue