mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🎨 Improve proxy setting tip
This commit is contained in:
parent
db81eccb21
commit
836eed3b1c
8 changed files with 8 additions and 8 deletions
|
|
@ -184,7 +184,7 @@ ${checkUpdateHTML}
|
|||
<option value="http" ${window.siyuan.config.system.networkProxy.scheme === "http" ? "selected" : ""}>HTTP</option>
|
||||
</select>
|
||||
<span class="fn__space"></span>
|
||||
<input id="aboutHost" placeholder="Host/IP" class="b3-text-field fn__block" value="${window.siyuan.config.system.networkProxy.host}"/>
|
||||
<input id="aboutHost" placeholder="user:pass@IP" class="b3-text-field fn__block" value="${window.siyuan.config.system.networkProxy.host}"/>
|
||||
<span class="fn__space"></span>
|
||||
<input id="aboutPort" placeholder="Port" class="b3-text-field fn__block" value="${window.siyuan.config.system.networkProxy.port}" type="number"/>
|
||||
<span class="fn__space"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue