Skip to content

Commit

Permalink
Merge pull request #65 from MichealWayne/feat-utils-npm
Browse files Browse the repository at this point in the history
feat update web-utils
  • Loading branch information
MichealWayne authored Apr 30, 2024
2 parents c4dfc0b + 8ff6a9c commit 8a0f31a
Show file tree
Hide file tree
Showing 542 changed files with 256 additions and 5,430 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 更新信息

- 2024.04.27:web utils资源加载方法、ua环境判断优化
- 2024.04.07:utils 增加 env环境判断、web utils 增加资源加载相关方法
- 2024.03.10:修改 utils & web util functions(部分方法类型声明及参数处理优化, Storage)
- 2024.02.04:修改 util functions(增加 check 方法,部分方法实现或注释调整);
Expand Down
2 changes: 2 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ A schema declaration and verification library headed by TypeScript, which can be
| https://github.com/sstur/react-rte | react-rte | Rich text editor based on draftJS. |
| https://react.i18next.com/ | react-i18next | Multi-language solution. |
| https://swr.vercel.app/ | swr | React Hooks library for data requests, handling request caching, state, and more. |
| https://formik.org/ | formik | Highly encapsulated, out-of-the-box form wrapper library for React Forms. |


### 1.7 Nodejs and building

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@
<a href="https://github.com/sstur/react-rte" target="_blank">React RTE</a> | `react-rte` | 富文本编辑器,基于draftJS。
<a href="https://react.i18next.com/" target="_blank">React i18Next</a> | `react-i18next` | 多语言解决方案。
<a href="https://swr.vercel.app/" target="_blank">SWR</a> | `swr` | 用于数据请求的 React Hooks 库,处理了请求缓存、状态等等。
<a href="https://formik.org/" target="_blank">Formik</a> | `formik` | 高度封装、开箱即用的 React form 表单封装库。



Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/datas/tools.json → datas/tools.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

1 change: 0 additions & 1 deletion docs/.typedoc-plugin-versions

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/stable

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.allEqual.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayAverage.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayMax.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayMin.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arraySum.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.arrayToCSV.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.castArray.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.chunk.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1.0.0-beta01/data/Array.Function.compact.json

This file was deleted.

Loading

0 comments on commit 8a0f31a

Please sign in to comment.