mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
💄
This commit is contained in:
parent
510d268ba2
commit
41631e003a
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export const bazaar = {
|
||||||
</div>`;
|
</div>`;
|
||||||
});
|
});
|
||||||
bazaar.data.downloaded = response.data.packages;
|
bazaar.data.downloaded = response.data.packages;
|
||||||
bazaar.element.querySelector("#configBazaarDownloaded").innerHTML = `<div class="b3-cards">${html}</div>`;
|
bazaar.element.querySelector("#configBazaarDownloaded").innerHTML = html ? `<div class="b3-cards">${html}</div>` : `<div class="fn__hr"></div><ul class="b3-list b3-list--background"><li class="b3-list--empty">${window.siyuan.languages.emptyContent}</li></ul>`;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue