Skip to content

Commit

Permalink
Merge pull request #63 from MichealWayne/feat-utils-npm
Browse files Browse the repository at this point in the history
feat utils-add env, add load assets util
  • Loading branch information
MichealWayne authored Apr 9, 2024
2 parents d138818 + e6ea0b2 commit 797fd85
Show file tree
Hide file tree
Showing 546 changed files with 460 additions and 5,276 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.07:utils 增加 env环境判断、web utils 增加资源加载相关方法
- 2024.03.10:修改 utils & web util functions(部分方法类型声明及参数处理优化, Storage)
- 2024.02.04:修改 util functions(增加 check 方法,部分方法实现或注释调整);
- 2024.01.14:增加 vite-react+ts 模版;node-utils 小更新;
Expand Down
4 changes: 3 additions & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ A schema declaration and verification library headed by TypeScript, which can be
| https://github.com/privatenumber/vue-2-3 | vue-2-3 | A solution encapsulation for coexistence of Vue2 and Vue3. |
| https://docs-swrv.netlify.app/ | SWRV | Vue hook library for data requests, handling request caching, status, and more. |
| https://www.attojs.org/ | vue-request | The Vue hook library for data requests is slightly richer than swrv. |
| https://www.vueusejs.com/ | vue-use | Utility set based on Vue composite API, in addition to commonly used request animation package, but also packaged browser, electron utils.
| https://www.vueusejs.com/ | vue-use | Utility set based on Vue composite API, in addition to commonly used request animation package, but also packaged browser, electron utils. |
| https://github.com/devilwjp/vuereact-combined#readme | vuereact-combined | Use React in Vue2 and Vue2 in React, And as perfect as possible. |
| https://github.com/devilwjp/veaury | veaury | Use React in Vue3 and Vue3 in React, And as perfect as possible. |


### 1.6 React
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@
<a href="https://docs-swrv.netlify.app/" target="_blank">SWRV</a> | `swrv` | 用于数据请求的 Vue 钩子库,处理了请求缓存、状态等等。
<a href="https://www.attojs.org/" target="_blank">Vue Request</a> | `vue-request` | 用于数据请求的 Vue 钩子库,比swrv能力要稍微丰富一些。
<a href="https://www.vueusejs.com/" target="_blank">Vue Use</a> | `vue-use` | 基于Vue组合式API的实用工具集,除了常用的请求动画等封装外、还封装了浏览器、electron utils。
<a href="https://github.com/devilwjp/vuereact-combined#readme" target="_blank">Vue React Combined</a> | `vuereact-combined` | Vue2和React快捷集合的工具包。
<a href="https://github.com/devilwjp/veaury" target="_blank"> Veaury </a> | `veaury` | Vue3 和 React 快捷集合的工具包。


### 1.6 React
地址 | 标签 | 说明
Expand Down Expand Up @@ -798,6 +801,7 @@

#### 模块

- [env](./utils/packages/env/):环境判断常量;
- [utils](./utils/packages/utils/):基础工具方法集合,与环境无关;
- [web-utils](./utils/packages/web-utils/):web基础工具方法集合。浏览器端DOM操作,CSS操作,事件处理等封装,适用于浏览器;
- [node-utils](./utils/packages/node-utils/):Nodejs文件,事件处理等封装;
Expand Down
6 changes: 6 additions & 0 deletions datas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# fe-tools datas

供 chrome 插件进行搜索和查询的数据。
- `moo-css.json`:样式查询
- `regex.json`:正则规则查询
- `tools.json`:各常用链接查询
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions 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.

3 changes: 0 additions & 3 deletions docs/datas/README.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/datas/tools.json

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.

Loading

0 comments on commit 797fd85

Please sign in to comment.