guoshilong
2023-10-30 12a9abcc3f3e51bc51d87d58e82b8cf410e33f48
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}