File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 117
117
118
118
var Global = {
119
119
//ossEndpointProtocol:'https:',
120
-
121
120
app : {
122
121
id : custom . appId || "oss-browser" ,
123
122
logo : custom . logo_png || "icons/icon.png" , //logo
124
123
version : custom . version || pkg . version , //自定义版本号
125
124
} ,
126
125
i18n : require ( "./node/i18n" ) ,
127
-
128
126
config_path : path . join ( os . homedir ( ) , ".oss-browser" ) ,
129
127
130
128
//release notes目录后缀,里面有 ${version}.md, 如 1.0.0.md
131
- release_notes_url : `https://raw.githubusercontent.com/aliyun/oss-browser/${
132
- isDev ? "dev" : "master"
133
- } /release-notes/`,
134
-
135
- // //升级检测链接
136
- upgrade_url : `https://raw.githubusercontent.com/aliyun/oss-browser/${
137
- isDev ? "dev" : "master"
138
- } /upgrade.json`,
129
+ release_notes_url : `https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/release-notes/` ,
130
+ // 升级检测链接
131
+ upgrade_url : `https://oss-browser-attachment.oss-cn-hangzhou.aliyuncs.com/upgrade.json` ,
139
132
140
133
about_html : custom . about_html ,
141
134
} ;
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.9.5 " ,
3
- "package_url" : " https://oss-attachment.cn-hangzhou.oss.aliyun-inc. com/oss-browser /" ,
2
+ "version" : " 1.17.0 " ,
3
+ "package_url" : " https://oss-browser- attachment.oss- cn-hangzhou.aliyuncs. com/" ,
4
4
"package_urls" : [
5
- " https://oss-attachment.cn-hangzhou.oss.aliyun-inc. com/oss-browser /"
5
+ " https://oss-browser- attachment.oss- cn-hangzhou.aliyuncs. com/"
6
6
],
7
7
"files" : [" app.asar" ]
8
8
}
You can’t perform that action at this time.
0 commit comments