Skip to content

Commit

Permalink
更新过时链接 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jexjws authored Dec 16, 2024
1 parent 427e3f1 commit 3533351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-CN/guide/plugin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ctx.plugin(class {

## 模块化的插件

插件化最大的好处就是可以把不同的功能写在不同的模块中。此时插件将作为模块的导出,它可以是 [默认导出](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/import#导入默认值)[导出整体](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/import#导入整个模块的内容)
插件化最大的好处就是可以把不同的功能写在不同的模块中。此时插件将作为模块的导出,它可以是 [默认导出](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/import#默认导入)[导出整体](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Statements/import#命名空间导入)

对于对象形式的插件,你还可以额外提供一个 `name` 属性作为插件的名称。对于函数和类形式的插件来说,插件名称便是函数名或类名。具名插件有助于更好地描述插件的功能,并被用于插件关系可视化中,实际上不会影响任何运行时的行为。

Expand Down

0 comments on commit 3533351

Please sign in to comment.