Skip to content

Commit 68bb9f3

Browse files
author
liaojiawei
committed
feat: 支持pvl,锁定ali-oss版本
1 parent 5d0e46b commit 68bb9f3

File tree

8 files changed

+21208
-2582
lines changed

8 files changed

+21208
-2582
lines changed

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
registry=https://registry.npmmirror.com/
1+
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
2+
electron_builder_binaries_mirror=https://registry.npmmirror.com/-/binary/electron-builder-binaries/
3+
registry=https://registry.anpm.alibaba-inc.com

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GULP=node ./node_modules/gulp/bin/gulp.js
77
PKGER=node node_modules/electron-packager/cli.js
88
ZIP=node ../zip.js
99

10-
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/
10+
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
1111
ELECTRON_VERSION=1.8.4
1212
BUILD=ELECTRON_MIRROR=$(ELECTRON_MIRROR) $(PKGER) ./dist $(NAME) --asar --asar-unpack *.node --overwrite --out=build --version $(ELECTRON_VERSION) --app-version $(VERSION)
1313
ELECTON=./node_modules/.bin/electron

app/main/auth/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</option>
8787
<option value="customize">{{'customize'|translate}}</option>
8888
<option value="cname">cname</option>
89-
<option value="privateLink">私网连接</option>
89+
<option value="privateLink">{{'privateLink'|translate}}</option>
9090
</select>
9191
</div>
9292
<div

node/i18n/en-US.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
type: "Type",
66
customize: "Customize",
77
"public.cloud": "Public Cloud",
8+
privateLink: "private link",
89

910
"region.oss-cn-hangzhou": "East China 1(Hangzhou)",
1011
"region.oss-cn-shanghai": "East China 2(Shanghai)",

node/i18n/ja-JP.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
type: "タイプ",
66
customize: "カスタマイズ",
77
"public.cloud": "パブリッククラウド",
8-
8+
privateLink: "private link",
99
"region.oss-cn-hangzhou": "杭州 (中国東部 1)",
1010
"region.oss-cn-shanghai": "上海 (中国東部 2)",
1111
"region.oss-cn-nanjing": "南京の地域 (中国東部 5)",

node/i18n/zh-CN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
type: "类型",
66
customize: "自定义",
77
"public.cloud": "公共云",
8-
8+
privateLink: "私网连接",
99
"region.oss-cn-hangzhou": "华东1(杭州)",
1010
"region.oss-cn-shanghai": "华东2(上海)",
1111
"region.oss-cn-nanjing": "华东5(南京本地地域)",

0 commit comments

Comments
 (0)