💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
你已经建立了组件,就可以启用它在你的Magento环境后,请执行以下操作: 1.**System->Cache Management**。 2.请在命令行: ~~~ bin/magento module:enable --clear-static-content Component_Name bin/magento setup:upgrade 其中,component_name是要启用组件的名称。 ~~~ 3.Check under **Stores->Configuration->Advanced->Advanced** that the component is present. **禁用成分** 要禁用组件,请在命令行: ~~~ bin/magento module:disable --clear-static-content Component_Name ~~~ 欲了解更多有关启用和禁用组件,请参阅启用或禁用模块。