Skip to main content

自定义

🌐 Customization

Strapi 包括 2 个主要组件:

🌐 Strapi includes 2 main components:

  • Strapi 的后端部分是一个 服务器,它接收请求并处理这些请求,以返回通过内容类型构建器和内容管理器构建和保存的数据。后端服务器在 后端自定义简介 中有更详细的描述。大部分后端服务器的部分都可以自定义。
  • Strapi 的前端、面向用户的部分称为 管理面板。管理面板是图形用户界面 (GUI),用于构建内容结构、创建和管理内容,以及执行可以通过内置或第三方插件管理的各种其他操作。管理面板的某些部分可以自定义。

从更大的角度来看,Strapi 在典型的、通用的设置中是这样集成的:Strapi 包含两个部分,一个后端服务器和一个管理面板,并与一个数据库(存储数据)以及一个显示数据的外部前端应用进行交互。Strapi 的这两个部分在一定程度上都可以定制。

🌐 From a bigger picture, this is how Strapi integrates in a typical, generic setup: Strapi includes 2 parts, a back-end server and an admin panel, and interact with a database (which stores data) and an external, front-end application that displays your data. Both parts of Strapi can be customized to some extent.

Loading diagram...

单击以下任意卡片以了解有关定制可能性的更多信息:

🌐 Click on any of the following cards to learn more about customization possibilities:

Info

自定义数据库或外部前端应用超出了本文档部分的范围。

🌐 Customizing the database or the external, front-end application are outside of the scope of the present documentation section.

  • 你可以通过阅读安装文档了解更多关于在 Strapi 中使用数据库的信息,安装文档列出了支持的数据库,以及配置文档,后者描述了如何将数据库配置到你的项目中。
  • 你可以通过阅读 Strapi 的 integration pages了解更多关于外部前端应用如何与 Strapi 交互的信息。