fix: asserts.fastgit.org打不开,恢复为原网址

pull/192/head
xiaojunnuo 2021-11-10 15:21:24 +08:00
parent 90a63c107e
commit 43576735d8
2 changed files with 3 additions and 3 deletions

View File

@ -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,
}
}

View File

@ -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",