Skip to main content

使用市场

¥Using the Marketplace

用户可以在 Marketplace 中找到用于自定义 Strapi 应用的其他插件,以及用于扩展插件的其他 providers。市场位于管理面板中,由

¥The Marketplace is where users can find additional plugins to customize Strapi applications, and additional providers to extend plugins. The Marketplace is located in the admin panel, indicated by

Marketplace icon

市场。在市场中,用户可以浏览或搜索插件和提供者,链接到每个插件和提供者的详细描述,并提交新的插件和提供者。

¥Marketplace. In the Marketplace, users can browse or search for plugins and providers, link to detailed descriptions for each, and submit new plugins and providers.

✏️ Strapi 应用内市场与市场网站

管理面板中的 Marketplace 仅显示 v4 插件,但所有 Strapi 版本的所有插件都可以在 Strapi 市场 中发现。

¥The Marketplace in the admin panel only displays v4 plugins, but all plugins for all Strapi versions are discoverable in the Strapi Market.

请记住,v3 和 v4 插件不交叉兼容,但提供程序与 v3 和 v4 插件兼容。

¥Keep in mind that v3 and v4 plugins are not cross-compatible, but that providers are compatible both with v3 and v4 plugins.

The Marketplace interfaceThe Marketplace interface

插件和提供程序选项卡在各个卡上显示每个插件/提供程序,其中包含:

¥The Plugins and Providers tabs display each plugin/provider on individual cards containing:

  • 他们的名字,有时后跟以下徽章之一:

    ¥their name, sometimes followed by either of the following badges:

maintained by Strapi icon

表明它是由 Strapi 制造的,

¥to indicate it is made by Strapi,

verified by Strapi icon

表明它已被 Strapi 验证。

¥to indicate it was verified by Strapi.

  • 插件/提供程序在 GitHub 上被加星标并被下载的次数

    ¥the number of times the plugin/provider was starred on GitHub and downloaded

  • 说明

    ¥the description

  • “了解更多”按钮可获取更多信息,包括详细的实现说明

    ¥a Learn more button for additional information, including detailed implementation instructions

  • a 复制安装命令按钮可将安装命令复制到本地剪贴板。如果插件与你当前的 Strapi 版本不兼容,则此按钮将被禁用。将鼠标悬停在禁用按钮上会显示该插件兼容的 Strapi 版本。对于任何已安装的插件和提供程序,此按钮将替换为已安装的指示器。

    ¥a Copy install command button to copy the installation command to the local clipboard. This button is disabled if the plugin is not compatible with your current Strapi version. Hovering a disabled button displays the Strapi version with which the plugin is compatible. For any installed plugins and providers, this button is replaced by an indicator that it is already installed.

在 Marketplace 的右上角,“提交你的插件”按钮会重定向到 Strapi 市场,你可以在其中提交你自己的插件和提供商。

¥In the top right corner of the Marketplace, the Submit your plugin button redirects to the Strapi Market where it is possible to submit your own plugin and provider.

💡 TIPS
  • 搜索栏根据插件/提供者名称和描述显示增量搜索结果。

    ¥The search bar displays incremental search results based on the plugin/provider name and description.

  • 使用 "排序方式" 按钮或设置过滤器可以更轻松地查找插件。

    ¥Use the "Sort by" button or set filters to find plugins more easily.

安装 Marketplace 插件和提供程序

¥Installing Marketplace plugins and providers

✏️ 注意

从用户终端 (请参阅开发者文档) 安装和删除市场插件和提供程序。

¥Marketplace plugins and providers are installed and deleted from the user's terminal (see Developer Documentation).

要通过 Marketplace 安装新插件或提供程序:

¥To install a new plugin or provider via the Marketplace:

  1. 前往

    ¥Go to the

Marketplace icon

市场。2.3.4.5.6.

¥Marketplace. 2. Choose the Plugins tab to browse available plugins or the Providers tab to browse available providers. 3. Choose an available plugin/provider and click on the Copy install command button. 4. Switch to your terminal and navigate to the Strapi application directory. 5. Paste and run the copied install command. 6. Follow any plugin/provider-specific implementation instructions.