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