25 lines
466 B
Plaintext
25 lines
466 B
Plaintext
{
|
|
server: {
|
|
intercepts: {
|
|
'github1.githubassets.com': {
|
|
'.*': {
|
|
redirect: 'assets.fastgit.org',
|
|
test: 'https://github.githubassets.com/favicons/favicon.svg',
|
|
desc: '静态资源加速'
|
|
}
|
|
},
|
|
'github.githubassets.com': null,
|
|
'notify3.note.youdao.com': {
|
|
'/pushserver3/.*': {
|
|
abort: true
|
|
},
|
|
}
|
|
},
|
|
},
|
|
plugin: {
|
|
node: {
|
|
enabled: true
|
|
}
|
|
}
|
|
}
|