Skip to content

Commit

Permalink
docs: update structure image
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 24, 2021
1 parent 8305c18 commit ad48597
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Therefore, our form can be described by protocol, and it can be configurable no

I talked about the solutions to various problems at the beginning, so how do we design now to make Formily more self-consistent and elegant?

![](https://img.alicdn.com/imgextra/i3/O1CN0191vNVu1TYxFZA3KGN_!!6000000002395-55-tps-1939-1199.svg)
![](https://img.alicdn.com/imgextra/i4/O1CN019qbf1b1ChnTfT9x3X_!!6000000000113-55-tps-1939-1199.svg)

This picture mainly divides Formily into the kernel layer, UI bridge layer, extended component layer, and configuration application layer.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ interface Field {

前面讲了对于一开始的各种问题的解法,那么现在我们如何设计才能让 Formily 更加自洽且优雅呢?

![](https://img.alicdn.com/imgextra/i4/O1CN01XebYW51E96eP1AcwZ_!!6000000000308-55-tps-1939-1199.svg)
![](https://img.alicdn.com/imgextra/i3/O1CN01iEwHrP1NUw84xTded_!!6000000001574-55-tps-1939-1199.svg)

这张图主要将 Formily 分为了内核层,UI 桥接层,扩展组件层,和配置应用层。

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default () => (
titleStyle={{ paddingBottom: 100, fontWeight: 'bold' }}
>
<a href="//core.formilyjs.org" target="_blank" rel="noreferrer">
<img src="//img.alicdn.com/imgextra/i3/O1CN0191vNVu1TYxFZA3KGN_!!6000000002395-55-tps-1939-1199.svg" />
<img src="//img.alicdn.com/imgextra/i4/O1CN019qbf1b1ChnTfT9x3X_!!6000000000113-55-tps-1939-1199.svg" />
</a>
</Section>
)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default () => (
titleStyle={{ paddingBottom: 100 }}
>
<a href="//core.formilyjs.org" target="_blank" rel="noreferrer">
<img src="//img.alicdn.com/imgextra/i4/O1CN01XebYW51E96eP1AcwZ_!!6000000000308-55-tps-1939-1199.svg" />
<img src="//img.alicdn.com/imgextra/i3/O1CN01iEwHrP1NUw84xTded_!!6000000001574-55-tps-1939-1199.svg" />
</a>
</Section>
)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Formily's kernel architecture is very complicated, because it is necessary to solve a domain-level problem, rather than a single point of specific problem, first go to the architecture diagram:

![](https://img.alicdn.com/imgextra/i2/O1CN01VlHYkh1WQeur8bQMN_!!6000000002783-55-tps-2431-2037.svg)
![](https://img.alicdn.com/imgextra/i4/O1CN01HlrsLS1hQAJnihhh1_!!6000000004271-55-tps-2431-2037.svg)

## Description

Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/guide/architecture.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Formily 内核架构非常复杂,因为要解决一个领域级的问题,而不是单点具体的问题,先上架构图:

![](https://img.alicdn.com/imgextra/i2/O1CN01VlHYkh1WQeur8bQMN_!!6000000002783-55-tps-2431-2037.svg)
![](https://img.alicdn.com/imgextra/i4/O1CN01HlrsLS1hQAJnihhh1_!!6000000004271-55-tps-2431-2037.svg)

## 说明

Expand Down

0 comments on commit ad48597

Please sign in to comment.