Skip to content

Commit

Permalink
📝 docs!: transfer images(github raw image path to local path)
Browse files Browse the repository at this point in the history
BEAKING CHANGE: update images base path

- Before:
```md
![](https://raw.githubusercontent.com/eternallycyf/ims-view-pc/master/public/images/xxx.png)
```

- After:
```md
![](../../../../../public/images/xxx.png)
```
  • Loading branch information
eternallycyf authored and eternallycyf committed Mar 10, 2024
1 parent 2390802 commit 4ea79ef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CommonTable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ demo:

## 暂未整理完成

![](https://raw.githubusercontent.com/eternallycyf/ims-view-pc/master/public/images/crud.png)
![](../../../../../public/images/crud.png)

<code src='./demo/demo1.tsx'></code>

Expand Down
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CustomForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ demo:

### 暂未整理完成

![](https://raw.githubusercontent.com/eternallycyf/ims-view-pc/master/public/images/crud.png)
![](../../../../public/images/crud.png)
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CustomMenu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ apiHeader: false

- 原组件代码链接 https://github.com/eternallycyf/Antd-CustomComponent/tree/main/src/core/base/CustomMenu

![](https://raw.githubusercontent.com/eternallycyf/Antd-CustomComponent/main/public/ims-view-pc.png)
![](../../../../../public/images/ims-view-pc.png)
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CustomTab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ apiHeader: false

- 原组件代码链接 https://github.com/eternallycyf/umi4-tab

![](https://raw.githubusercontent.com/eternallycyf/umi4-tab/main/public/tag.png)
![](../../../../../public/images/tag.png)
Binary file added public/images/ims-view-pc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ea79ef

Please sign in to comment.