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