mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
a13d8362d5
commit
612dff8b8c
8 changed files with 45 additions and 43 deletions
|
|
@ -141,7 +141,8 @@
|
|||
<div class="feedback">
|
||||
<span>❤️ <a href="https://liuyun.io/article/1686530886208" target="_blank">Feedback and support</a></span>
|
||||
<span>🏘️ <a href="https://ld246.com/article/1649901726096" target="_blank">求助反馈建议</a></span>
|
||||
<span><a href="https://b3log.org/siyuan/download.html" target="_blank" class="version"></a></span>
|
||||
<span>🔖 <a href="https://b3log.org/siyuan/en/download.html" target="_blank">Download: <span class="version"></span></a></span>
|
||||
<span>🔖 <a href="https://b3log.org/siyuan/download.html" target="_blank">下载:<span class="version"></span></a></span>
|
||||
</div>
|
||||
<div class="fn__flex-1"></div>
|
||||
</div>
|
||||
|
|
@ -175,7 +176,7 @@
|
|||
document.getElementById('title').innerHTML = decodeURIComponent(getSearch('title'))
|
||||
document.getElementById('content').innerHTML = decodeURIComponent(getSearch('content'))
|
||||
document.querySelectorAll('.version').forEach(item => {
|
||||
item.textContent = `🔖 v${getSearch('v')}`
|
||||
item.textContent = `v${getSearch('v')}`
|
||||
})
|
||||
|
||||
document.getElementById('close').addEventListener('click', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue