mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
💄 inbox
This commit is contained in:
parent
c19109cb45
commit
499c69bec2
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
||||||
refreshElement.classList.remove("fn__rotate");
|
refreshElement.classList.remove("fn__rotate");
|
||||||
let html = "";
|
let html = "";
|
||||||
if (response.data.data.shorthands.length === 0) {
|
if (response.data.data.shorthands.length === 0) {
|
||||||
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty b3-typography">打开帮助文档搜索 <code>收集箱</code> 查看使用说明</li></ul>';
|
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">打开帮助文档搜索 <b>收集箱</b> 查看使用说明</li></ul>';
|
||||||
} else {
|
} else {
|
||||||
html = "<ul class=\"b3-list b3-list--background\">";
|
html = "<ul class=\"b3-list b3-list--background\">";
|
||||||
response.data.data.shorthands.forEach((item: IInbox) => {
|
response.data.data.shorthands.forEach((item: IInbox) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue