mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🎨 Update text
This commit is contained in:
parent
d0b9368bf0
commit
fb6a1c5347
6 changed files with 7 additions and 2 deletions
|
|
@ -301,7 +301,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
|||
if (needSubscribe("")) {
|
||||
this.element.lastElementChild.innerHTML = `<ul class="b3-list b3-list--background">
|
||||
<li class="b3-list--empty">
|
||||
打开帮助文档搜索 <code>收集箱</code> 查看使用说明
|
||||
${window.siyuan.languages.inboxTip}
|
||||
</li>
|
||||
<li class="b3-list--empty">
|
||||
${window.siyuan.config.system.container === "ios" ? window.siyuan.languages._kernel[122] : window.siyuan.languages._kernel[29].replace("${url}", getCloudURL("subscribe/siyuan"))}
|
||||
|
|
@ -318,7 +318,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
|||
loadingElement.classList.add("fn__none");
|
||||
let html = "";
|
||||
if (response.data.data.shorthands.length === 0) {
|
||||
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">打开帮助文档搜索 <b>收集箱</b> 查看使用说明</li></ul>';
|
||||
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">${window.siyuan.languages.inboxTip}</li></ul>';
|
||||
} else {
|
||||
html = '<ul style="padding: 8px 0" class="b3-list b3-list--background">';
|
||||
response.data.data.shorthands.forEach((item: IInbox) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue