xiebin
2022-09-30 9d6bdb7f226548b75501f53e45063d747faf3dd2
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}