mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
This commit is contained in:
parent
b50ca3c292
commit
d0ee66c0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue