chenhaozhe
2025-07-03 38bcb770e07ec5c91c647809ee013f204d1e6b3a
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}