mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 Brand new marketplace UI https://github.com/siyuan-note/siyuan/issues/8181
This commit is contained in:
parent
a219cf52f5
commit
2d559a943d
4 changed files with 49 additions and 6 deletions
|
|
@ -376,6 +376,7 @@ export const bazaar = {
|
|||
fetchPost("/api/bazaar/getBazaarPackageREAME", {
|
||||
repoURL: data.repoURL,
|
||||
repoHash: data.repoHash,
|
||||
packageType: bazaarType
|
||||
}, response => {
|
||||
const mdElement = readmeElement.querySelector(".item__readme");
|
||||
mdElement.innerHTML = response.data.html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue