linwei
2024-01-03 72dc4ad6cc57ce01d3537f0841ddec1e8dde5bec
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}