UI
叶富雄
2026-03-14 7b6cd92eba556e29d8d3f949335c1d9593484158
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}