pull/88/head
xiaojunnuo 2021-08-17 18:58:27 +08:00
parent 18f37af56d
commit 1b0a8980d1
1 changed files with 4 additions and 3 deletions

View File

@ -97,14 +97,15 @@ module.exports = {
}, },
'ajax.googleapis.com': { 'ajax.googleapis.com': {
'.*': { '.*': {
proxy: 'ajax.loli.net', proxy: 'gapis.geekzu.org',
backup: ['fonts.loli.net'],
test: 'ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' test: 'ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'
} }
}, },
'fonts.googleapis.com': { 'fonts.googleapis.com': {
'.*': { '.*': {
proxy: 'fonts.loli.net', proxy: 'fonts.geekzu.org',
backup: ['fonts.proxy.ustclug.org'], backup: ['fonts.loli.net'],
test: 'https://fonts.googleapis.com/css?family=Oswald' test: 'https://fonts.googleapis.com/css?family=Oswald'
} }
}, },