Skip to content

Commit

Permalink
build: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaPeach committed Sep 13, 2023
1 parent 102b5dc commit e452e40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/arcodesign/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ React & ReactDOM: **<a href="https://reactjs.org/docs/cdn-links.html" target="_b
React Transition Group: **<a href="https://reactcommunity.org/react-transition-group/" target="_blank">Click here</a>**

```
<link ref="stylesheet" href="https://unpkg.com/@arco-design/[email protected].3/dist/style.min.css">
<script src="https://unpkg.com/@arco-design/[email protected].3/dist/index.min.js"></script>
<link ref="stylesheet" href="https://unpkg.com/@arco-design/[email protected].4/dist/style.min.css">
<script src="https://unpkg.com/@arco-design/[email protected].4/dist/index.min.js"></script>
```

## Full import
Expand Down
4 changes: 2 additions & 2 deletions packages/arcodesign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ React & ReactDOM: **<a href="https://reactjs.org/docs/cdn-links.html" target="
React Transition Group: **<a href="https://reactcommunity.org/react-transition-group/" target="_blank">戳这里获取</a>**

```
<link ref="stylesheet" href="https://unpkg.com/@arco-design/[email protected].3/dist/style.min.css">
<script src="https://unpkg.com/@arco-design/[email protected].3/dist/index.min.js"></script>
<link ref="stylesheet" href="https://unpkg.com/@arco-design/[email protected].4/dist/style.min.css">
<script src="https://unpkg.com/@arco-design/[email protected].4/dist/index.min.js"></script>
```

## 引入全部
Expand Down
2 changes: 1 addition & 1 deletion packages/arcodesign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "91a7490bc2dd677acfa7c064946ff83dccab4196"
"gitHead": "102b5dcc89375c9d6d47d230fa1cdd219ca10c19"
}
2 changes: 1 addition & 1 deletion packages/common-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "91a7490bc2dd677acfa7c064946ff83dccab4196",
"gitHead": "102b5dcc89375c9d6d47d230fa1cdd219ca10c19",
"dependencies": {
"es6-promise": "^4.2.8"
}
Expand Down

0 comments on commit e452e40

Please sign in to comment.