Skip to content

Commit

Permalink
优化"工作区开发"文档的表达 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Shigma <[email protected]>
  • Loading branch information
ShiratsuYudachi and shigma authored Nov 8, 2024
1 parent 7bb171c commit 09430aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/guide/develop/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function apply(ctx: Context) {
}
```

[开发模式](./script.md#开发模式) 重新运行你的项目,点击右上角的「添加插件」按钮,选择你刚才创建的插件名称,你会立即在网页控制台的配置界面中看到 `example` 插件。只需点击启用,你就可以实现与机器人的对话了:
[开发模式](./script.md#开发模式) 重新运行你的项目,在左侧活动栏前往「插件配置」,在插件列表中选择一个分组或选择最顶上的「全局配置」,此时可以在右上角找到「添加插件」按钮。点击该按钮并选择你刚才创建的插件名称,你会立即在网页控制台的配置界面中看到 `example` 插件。只需点击启用,你就可以实现与机器人的对话了:

<chat-panel>
<chat-message nickname="Alice">天王盖地虎</chat-message>
Expand Down

0 comments on commit 09430aa

Please sign in to comment.