File tree Expand file tree Collapse file tree 8 files changed +21208
-2582
lines changed Expand file tree Collapse file tree 8 files changed +21208
-2582
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ GULP=node ./node_modules/gulp/bin/gulp.js
7
7
PKGER =node node_modules/electron-packager/cli.js
8
8
ZIP =node ../zip.js
9
9
10
- ELECTRON_MIRROR =http ://npm.taobao.org /mirrors/electron/
10
+ ELECTRON_MIRROR =https ://npmmirror.com /mirrors/electron/
11
11
ELECTRON_VERSION =1.8.4
12
12
BUILD=ELECTRON_MIRROR =$(ELECTRON_MIRROR ) $(PKGER ) ./dist $(NAME ) --asar --asar-unpack *.node --overwrite --out=build --version $(ELECTRON_VERSION ) --app-version $(VERSION )
13
13
ELECTON =./node_modules/.bin/electron
Original file line number Diff line number Diff line change 86
86
</ option >
87
87
< option value ="customize "> {{'customize'|translate}}</ option >
88
88
< option value ="cname "> cname</ option >
89
- < option value ="privateLink "> 私网连接 </ option >
89
+ < option value ="privateLink "> {{'privateLink'|translate}} </ option >
90
90
</ select >
91
91
</ div >
92
92
< div
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ module.exports = {
5
5
type : "Type" ,
6
6
customize : "Customize" ,
7
7
"public.cloud" : "Public Cloud" ,
8
+ privateLink : "private link" ,
8
9
9
10
"region.oss-cn-hangzhou" : "East China 1(Hangzhou)" ,
10
11
"region.oss-cn-shanghai" : "East China 2(Shanghai)" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
5
5
type : "タイプ" ,
6
6
customize : "カスタマイズ" ,
7
7
"public.cloud" : "パブリッククラウド" ,
8
-
8
+ privateLink : "private link" ,
9
9
"region.oss-cn-hangzhou" : "杭州 (中国東部 1)" ,
10
10
"region.oss-cn-shanghai" : "上海 (中国東部 2)" ,
11
11
"region.oss-cn-nanjing" : "南京の地域 (中国東部 5)" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
5
5
type : "类型" ,
6
6
customize : "自定义" ,
7
7
"public.cloud" : "公共云" ,
8
-
8
+ privateLink : "私网连接" ,
9
9
"region.oss-cn-hangzhou" : "华东1(杭州)" ,
10
10
"region.oss-cn-shanghai" : "华东2(上海)" ,
11
11
"region.oss-cn-nanjing" : "华东5(南京本地地域)" ,
You can’t perform that action at this time.
0 commit comments