mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
This commit is contained in:
parent
2d2f80cff1
commit
d322918edb
1 changed files with 3 additions and 0 deletions
|
|
@ -904,6 +904,9 @@ export const bazaar = {
|
|||
html += item.outerHTML;
|
||||
});
|
||||
}
|
||||
if (response.data.packages.length > 1 && response.data.packages.length % 2 ===1) {
|
||||
html += '<div class="fn__flex-1" style="margin-left: 15px;min-width: 342px;"></div>';
|
||||
}
|
||||
element.innerHTML = `<div class="b3-cards">${html}</div>`;
|
||||
if (reload) {
|
||||
appearance.onSetappearance(response.data.appearance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue