mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
27b17199b7
commit
1087fe8d52
1 changed files with 4 additions and 4 deletions
|
|
@ -575,11 +575,11 @@ export const bazaar = {
|
||||||
<div class="item__main">
|
<div class="item__main">
|
||||||
<div class="item__preview" style="background-image: url(${data.previewURL})"></div>
|
<div class="item__preview" style="background-image: url(${data.previewURL})"></div>
|
||||||
<div class="b3-typography${data.preferredDesc ? "" : " fn__none"}">
|
<div class="b3-typography${data.preferredDesc ? "" : " fn__none"}">
|
||||||
<div data-type="NodeBlockquote" class="bq" data-node-id>
|
<blockquote>
|
||||||
<div data-type="NodeParagraph" class="p" data-node-id>
|
<p>
|
||||||
${data.preferredDesc || ""}
|
${data.preferredDesc || ""}
|
||||||
</div>
|
</p>
|
||||||
</div>
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
<div class="item__readme b3-typography b3-typography--default">
|
<div class="item__readme b3-typography b3-typography--default">
|
||||||
<img data-type="img-loading" style="height: 64px;width: 100%;padding: 16px 0;" src="/stage/loading-pure.svg">
|
<img data-type="img-loading" style="height: 64px;width: 100%;padding: 16px 0;" src="/stage/loading-pure.svg">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue