File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 13
13
"username" : " 名稱" ,
14
14
"email" : " 信箱" ,
15
15
"login" : " 登入" ,
16
- "logout" : " 退出登入 " ,
16
+ "logout" : " 登出 " ,
17
17
"language" : " 語言" ,
18
18
"uploaded" : " 已上傳" ,
19
19
"upload" : " 上傳" ,
Original file line number Diff line number Diff line change 121
121
width 100%
122
122
height 100%
123
123
padding 30rem
124
+ overflow-x auto
124
125
overflow-y auto
125
126
background var (-- background-color )
126
127
border-top-left-radius $box-border-radius
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ $header-margin-bottom = $left-side-padding * 0.5
41
41
width 100%
42
42
height 100%
43
43
padding-right $layout-padding
44
+ overflow-x auto
44
45
}
45
46
}
46
47
}
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ const goTargetUrl = (type: UrlTypeEnum) => {
113
113
break
114
114
115
115
case UrlTypeEnum .oauthLoginDocs :
116
- window .open (` ${url }/docs/ usage-guide/config.html#github-oauth-授权登录 ` )
116
+ window .open (` ${url }/usage-guide/config.html#github-oauth-授权登录 ` )
117
117
break
118
118
119
119
case UrlTypeEnum .generateTokenURL :
120
120
window .open (' https://github.com/settings/tokens/new' )
121
121
break
122
122
123
123
case UrlTypeEnum .tokenLoginDocs :
124
- window .open (` ${url }/docs/ usage-guide/config.html#填写-github-token-登录 ` )
124
+ window .open (` ${url }/usage-guide/config.html#填写-github-token-登录 ` )
125
125
break
126
126
127
127
default :
You can’t perform that action at this time.
0 commit comments