Skip to content

Commit

Permalink
fix: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
fewismuch committed Nov 18, 2023
1 parent a6730d5 commit b810993
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ export const Demo1 = () => {

引用命令:`import {PlaygroundSandbox} from 'react-exercise-playground/PlaygroundSandbox'`

`PlaygroundSandbox`会从CDN下载包,体积仅有10kb+,gzip后2kb+
> 后续会增加一个完整包,无外网环境下也可使用,体积会大一些
`PlaygroundSandbox`会从CDN下载包,体积仅有10kb+,gzip后2kb+

> 后续会增加一个完整包,无外网环境下也可使用,体积会大很多
示例代码:

Expand Down Expand Up @@ -176,6 +177,15 @@ interface File {

# 更新日志

## 0.1.93

- 单独拆分PlaygroundSandbox组件,支持按需加载
- 修复PlaygroundSandbox的一些bug

## 0.1.5

- 更新版本

## 0.1.4

- 修复types路径错误
Expand Down

0 comments on commit b810993

Please sign in to comment.