msp / devtools
1.2.18
2024-04-22 16:51 UTC
Requires
- php: ^7.4|^8.1
- magento/magento-composer-installer: *
- msp/common: *
README
本模块旨在与 MageSpecialist Chrome Toolbar 一起使用。
说明文档和安装指南可在此处找到: https://github.com/magespecialist/mage-chrome-toolbar
本模块也适用于 Magento 1: https://github.com/magespecialist/m1-MSP_DevTools/
在 Magento 2 上安装
请参阅此页面: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2
一些截图
主题、控制器和全局信息
块/容器信息
uiComponents 信息
分析器信息
检查器集成
已知问题
当使用 axios 时,始终设置
头部信息: {'X-Requested-With': 'XMLHttpRequest'}
在您的请求配置中,以避免获取带有附加 <script>
标签的 json,如问题 #33 中所述