1
chenhaozhe
2025-09-17 e75a4ad2c67c664d90f3de496fca524ce50f9ffa
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}