mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
This commit is contained in:
parent
c9ac3dd2fa
commit
a099162ebd
1 changed files with 3 additions and 1 deletions
|
|
@ -231,7 +231,9 @@ const genAVValueHTML = (value: IAVCellValue) => {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "url":
|
case "url":
|
||||||
html = `<input value="${value.url.content}" class="b3-text-field b3-text-field--text fn__flex-1">`;
|
html = `<input value="${value.url.content}" class="b3-text-field b3-text-field--text fn__flex-1">
|
||||||
|
<span class="fn__space"></span>
|
||||||
|
<a href="${value.url.content}" target="_blank" aria-label="${window.siyuan.languages.openBy}" class="block__icon block__icon--show fn__flex-center b3-tooltips__w b3-tooltips"><svg><use xlink:href="#iconLink"></use></svg></a>`;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return html;
|
return html;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue