21 lines
		
	
	
		
			462 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			462 B
		
	
	
	
		
			JavaScript
		
	
	
// const config = require('../src/config-api')
 | 
						|
//
 | 
						|
// config.set({
 | 
						|
//   server: {
 | 
						|
//     intercepts: {
 | 
						|
//       'github1.githubassets.com': {
 | 
						|
//         '.*': {
 | 
						|
//           redirect: 'assets.fastgit.org',
 | 
						|
//           test: 'https://github.githubassets.com/favicons/favicon.svg',
 | 
						|
//           desc: '静态资源加速'
 | 
						|
//         }
 | 
						|
//       },
 | 
						|
//       'github.githubassets.com': null
 | 
						|
//     }
 | 
						|
//   }
 | 
						|
// })
 | 
						|
//
 | 
						|
// console.log(config.get())
 | 
						|
//
 | 
						|
// config.reload()
 |