后端定制
作为无头 CMS,整个 Strapi 软件可以被视为你网站或应用的 "后端"。但 Strapi 软件本身包括 2 个不同的部分:
¥As a headless CMS, the Strapi software as a whole can be considered as the "back end" of your website or application. But the Strapi software itself includes 2 different parts:
-
Strapi 的后端部分是 Strapi 运行的 HTTP 服务器。与任何 HTTP 服务器一样,Strapi 后端接收请求并发送响应。你的内容存储在数据库中,Strapi 后端与数据库交互以创建、检索、更新和删除内容。
¥The back-end part of Strapi is an HTTP server that Strapi runs. Like any HTTP server, the Strapi back end receives requests and send responses. Your content is stored in a database, and the Strapi back end interacts with the database to create, retrieve, update, and delete content.
-
Strapi 的前端部分称为管理面板。管理面板提供图形用户界面来帮助你构建和管理内容。
¥The front-end part of Strapi is called the admin panel. The admin panel presents a graphical user interface to help you structure and manage the content.
在本开发者文档中,'后端' 专指 Strapi 的后端部分。
¥Throughout this developer documentation, 'back end' refers exclusively to the back-end part of Strapi.
获取已开始 > 管理面板页面 提供了管理面板的概述,而