mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-06 16:20:37 +08:00
This commit is contained in:
parent
b50ca3c292
commit
d0ee66c0fa
@ -243,7 +243,7 @@ export const renderAVAttribute = (element: HTMLElement, id: string) => {
|
|||||||
}) => {
|
}) => {
|
||||||
html += `<div class="block__logo custom-attr__avheader">
|
html += `<div class="block__logo custom-attr__avheader">
|
||||||
<svg><use xlink:href="#iconDatabase"></use></svg>
|
<svg><use xlink:href="#iconDatabase"></use></svg>
|
||||||
<span>${table.avName || window.siyuan.languages.title}</span>
|
<span>${table.avName || window.siyuan.languages.database}</span>
|
||||||
</div>`;
|
</div>`;
|
||||||
table.keyValues?.forEach(item => {
|
table.keyValues?.forEach(item => {
|
||||||
html += `<div class="block__icons">
|
html += `<div class="block__icons">
|
||||||
|
Loading…
Reference in New Issue
Block a user