fix: asserts.fastgit.org打不开,恢复为原网址
parent
90a63c107e
commit
43576735d8
|
@ -3,8 +3,8 @@
|
|||
intercepts: {
|
||||
'github.githubassets.com': {
|
||||
'.*': {
|
||||
proxy: 'assets.fastgit.org',
|
||||
backup: ['github.githubassets.com'],
|
||||
proxy: 'github.githubassets.com',
|
||||
backup: ['assets.fastgit.org'],
|
||||
sni: null,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"electron": "13.1.9",
|
||||
"electron": "14.2.1",
|
||||
"electron-devtools-installer": "^3.1.0",
|
||||
"electron-icon-builder": "^2.0.1",
|
||||
"eslint": "^6.7.2",
|
||||
|
|
Loading…
Reference in New Issue