1
chenhaozhe
2026-01-27 5bd4716b0f7d90bdc0afaa693e8dc4ac35d39a7d
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}