Skip to content

Commit

Permalink
feat: update doc with advance
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain120 committed Sep 11, 2024
1 parent 577f00f commit 8cdb636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion website/docs/guide/advance/nested.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ order: 2
- [`Garfish.loadApp`](/api/loadapp) 的方式加载、渲染微前端子应用
- 使用 `Garfish` 实例的方法时,需要注意默认配置是否收到了全局配置或其他应用的影响
- `Garfish` 包的升级,会同时影响、主应用和微主应用
:::

:::
4 changes: 2 additions & 2 deletions website/docs/guide/advance/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import AfterUnmount from '@site/src/components/lifeCycle/\_afterUnmount.mdx';
import ErrorUnmountApp from '@site/src/components/lifeCycle/\_errorUnmountApp.mdx';
import OnNotMatchRouter from '@site/src/components/lifeCycle/\_onNotMatchRouter.mdx';

Garfish 框架引入了插件化机制,目的是为了让开发者能够通过编写插件的方式扩展更多功能,或为自身业务定制个性化功能;同时框架的基础能力也都是通过插件机制来实现,确保框架核心足够精简和稳定。
Garfish 框架引入了插件化机制,目的是为了让开发者能够通过编写插件的方式来扩展更多功能,或为自身业务定制个性化功能;同时框架的基础能力也都是通过插件机制来实现,确保框架核心足够精简和稳定。

## 插件能做什么

插件的功能范围没有严格的限制——一般有下面两种:
插件的功能范围没有严格的限制一般有下面两种:

1. 添加全局方法或增加默认参数
2. 在应用的生命周期中自定义功能(例如:`Garfish router``Garfish sandbox`
Expand Down

0 comments on commit 8cdb636

Please sign in to comment.