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