mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 02:10:15 +01:00
🎨 访问授权页支持多语言 https://github.com/siyuan-note/siyuan/issues/6824
This commit is contained in:
parent
f5943cac15
commit
e257329c3e
7 changed files with 19 additions and 7 deletions
|
|
@ -157,7 +157,7 @@
|
|||
">
|
||||
<div style="-webkit-app-region: drag;height: 32px;width: 100%;position: absolute;top: 0;"></div>
|
||||
<div style="position: relative;z-index: 2;text-align: center">
|
||||
<h1 style="margin-bottom: 48px;">SiYuan</h1>
|
||||
<h1 style="margin-bottom: 48px;">{{.l4}}</h1>
|
||||
<input class="b3-text-filed" id="authCode" type="password" placeholder="{{.l0}}"/><br>
|
||||
<div style="position: relative;width: 240px;margin: 8px auto 0;display: none">
|
||||
<img id="captchaImg" style="top: 1px;position: absolute;height: 28px;right: 1px;cursor: pointer">
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
<div style="color: #5f6368;font-size: 14px;margin: 16px 0;">
|
||||
{{.l2}}
|
||||
</div>
|
||||
<button class="b3-button b3-button--white" onclick="exitSiYuan()">退出 Exit</button>
|
||||
<button class="b3-button b3-button--white" onclick="exitSiYuan()">{{.l5}}</button>
|
||||
</div>
|
||||
<div style="overflow: hidden;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue