From edfe0bdb77dca4c97f75dc71029eb756df6cc05f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Dec 2022 22:19:36 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=AE=BF=E9=97=AE=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E9=A1=B5=E5=BF=98=E8=AE=B0=E6=8E=88=E6=9D=83=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=A1=88=20Fix=20https://github.com/siyuan-n?= =?UTF-8?q?ote/siyuan/issues/6822?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/stage/auth.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index 9e79793b0..f2af24149 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -135,6 +135,18 @@ a:hover { text-decoration: underline; } + + .b3-code { + padding: 0.2em 0.4em; + margin: 0; + font-size: 85%; + border-radius: 3px; + font-family: var(--b3-font-family-code); + word-break: break-word; + background-size: 20px 20px; + white-space: pre-wrap; + background-color: var(--b3-protyle-code-background); + } 解锁 Unlock
- 如果你在使用中遇到问题,请到这里反馈
- If you encounter problems, please report it on GitHub + 如果你忘记了授权码,可在工作空间
conf/conf.json 文件中搜索 accessAuthCode

+ If you forget the authorization code, you can search
for accessAuthCode in the workspace conf/conf.json