Skip to content

Commit 74900c8

Browse files
authored
Merge pull request #346 from XPoet/dev
Update PicX
2 parents a9c0845 + b401dc6 commit 74900c8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/locales/zh-TW.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"username": "名稱",
1414
"email": "信箱",
1515
"login": "登入",
16-
"logout": "退出登入",
16+
"logout": "登出",
1717
"language": "語言",
1818
"uploaded": "已上傳",
1919
"upload": "上傳",

src/styles/base.styl

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ li {
121121
width 100%
122122
height 100%
123123
padding 30rem
124+
overflow-x auto
124125
overflow-y auto
125126
background var(--background-color)
126127
border-top-left-radius $box-border-radius

src/views/main-container/main-container.styl

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ $header-margin-bottom = $left-side-padding * 0.5
4141
width 100%
4242
height 100%
4343
padding-right $layout-padding
44+
overflow-x auto
4445
}
4546
}
4647
}

src/views/picx-login/picx-login.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ const goTargetUrl = (type: UrlTypeEnum) => {
113113
break
114114
115115
case UrlTypeEnum.oauthLoginDocs:
116-
window.open(`${url}/docs/usage-guide/config.html#github-oauth-授权登录`)
116+
window.open(`${url}/usage-guide/config.html#github-oauth-授权登录`)
117117
break
118118
119119
case UrlTypeEnum.generateTokenURL:
120120
window.open('https://github.com/settings/tokens/new')
121121
break
122122
123123
case UrlTypeEnum.tokenLoginDocs:
124-
window.open(`${url}/docs/usage-guide/config.html#填写-github-token-登录`)
124+
window.open(`${url}/usage-guide/config.html#填写-github-token-登录`)
125125
break
126126
127127
default:

0 commit comments

Comments
 (0)