管理面板扩展
¥Admin panel extension
Strapi 的管理面板是一个基于 React 的单页应用,它封装了 Strapi 应用的所有功能和已安装的插件。如果 Strapi 提供的 自定义选项 不足以满足你的用例,你将需要扩展 Strapi 的管理面板。
¥Strapi's admin panel is a React-based single-page application that encapsulates all the features and installed plugins of a Strapi application. If the customization options provided by Strapi are not enough for your use case, you will need to extend Strapi's admin panel.
扩展 Strapi 的管理面板意味着利用其 React 基础根据项目的特定需求调整和增强界面和功能,这可能意味着创建新组件或添加新类型的字段。
¥Extending Strapi's admin panel means leveraging its React foundation to adapt and enhance the interface and features according to the specific needs of your project, which might imply creating new components or adding new types of fields.
在 2 个用例中,你可能需要扩展管理面板:
¥There are 2 use cases where you might want to extend the admin panel: