@antmjs/plugin-h5-fix
Advanced tools
+2
-3
| { | ||
| "name": "@antmjs/plugin-h5-fix", | ||
| "version": "2.2.4", | ||
| "version": "2.3.0", | ||
| "main": "index.js", | ||
@@ -32,4 +32,3 @@ "author": "三少 <hi_sanshao@outlook.com>", | ||
| "test": "" | ||
| }, | ||
| "gitHead": "77de7b37843c131f8f96fcedebee96b3005fe5b3" | ||
| } | ||
| } |
+3
-3
@@ -5,7 +5,7 @@ # @antmjs/plugin-h5-fix | ||
| ## 为什么需要 | ||
| ### 为什么需要 | ||
| 解决 Taro 不应该关心但应用需要自己处理的异常或者优化 | ||
| ## 安装 | ||
| ### 安装 | ||
@@ -16,3 +16,3 @@ ```bash | ||
| ## 使用 | ||
| ### 使用 | ||
@@ -19,0 +19,0 @@ config/index.js |
-21
| MIT License | ||
| Copyright (c) 2021 AntmJS | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
2587
-30.16%4
-20%