mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
This commit is contained in:
parent
2e3220e2e9
commit
5083d38bdb
2 changed files with 6 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ ${window.siyuan.languages.publishServiceAuthAccounts}
|
|||
window.siyuan.config.serverAddrs
|
||||
.map(serverAddr => {
|
||||
serverAddr = serverAddr.substring(0, serverAddr.lastIndexOf(":"));
|
||||
return `<code class="fn__code">${serverAddr}:${port}</code>`
|
||||
return `<code class="fn__code">${serverAddr}:${port}</code>`;
|
||||
}).join(" ")
|
||||
}</div>`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue