mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
f95172353c
commit
fadd3f5b52
14 changed files with 56 additions and 24 deletions
|
|
@ -285,7 +285,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
|||
if (response.data.data.shorthands.length === 0) {
|
||||
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">打开帮助文档搜索 <b>收集箱</b> 查看使用说明</li></ul>';
|
||||
} else {
|
||||
html = "<ul class=\"b3-list b3-list--background\">";
|
||||
html = '<ul style="padding: 8px 0" class="b3-list b3-list--background">';
|
||||
response.data.data.shorthands.forEach((item: IInbox) => {
|
||||
html += `<li style="padding-left: 0" data-id="${item.oId}" class="b3-list-item">
|
||||
<label data-type="select" class="fn__flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue