/** * 前端注入自定义功能的注册入口 * 如需要注入,请在features初始化中编写注册逻辑,使用此处提供的注册方法进行注册 */ export { registerCos, } from './utils/cos/index.frontend';