From ad485978050518b9240c29a536d33115d6e95e2b Mon Sep 17 00:00:00 2001 From: janrywang Date: Wed, 24 Nov 2021 13:57:20 +0800 Subject: [PATCH] docs: update structure image --- docs/guide/index.md | 2 +- docs/guide/index.zh-CN.md | 2 +- docs/index.md | 2 +- docs/index.zh-CN.md | 2 +- packages/core/docs/guide/architecture.md | 2 +- packages/core/docs/guide/architecture.zh-CN.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 1bfee70c7d3..d254d2ed6fc 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -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. diff --git a/docs/guide/index.zh-CN.md b/docs/guide/index.zh-CN.md index f4766fe1565..dcaf7b6d9d7 100644 --- a/docs/guide/index.zh-CN.md +++ b/docs/guide/index.zh-CN.md @@ -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 桥接层,扩展组件层,和配置应用层。 diff --git a/docs/index.md b/docs/index.md index d8a2b5d6aa0..66ac455452d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,7 @@ export default () => ( titleStyle={{ paddingBottom: 100, fontWeight: 'bold' }} > - + ) diff --git a/docs/index.zh-CN.md b/docs/index.zh-CN.md index a715d2f7a91..e17955d416c 100644 --- a/docs/index.zh-CN.md +++ b/docs/index.zh-CN.md @@ -83,7 +83,7 @@ export default () => ( titleStyle={{ paddingBottom: 100 }} > - + ) diff --git a/packages/core/docs/guide/architecture.md b/packages/core/docs/guide/architecture.md index 9a315d67863..956bcfdd192 100644 --- a/packages/core/docs/guide/architecture.md +++ b/packages/core/docs/guide/architecture.md @@ -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 diff --git a/packages/core/docs/guide/architecture.zh-CN.md b/packages/core/docs/guide/architecture.zh-CN.md index 5d0bd46847f..1b639944aa6 100644 --- a/packages/core/docs/guide/architecture.zh-CN.md +++ b/packages/core/docs/guide/architecture.zh-CN.md @@ -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) ## 说明