mg-ocr-invoice 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/dist/index.es.js +1967 -1918
- package/dist/index.umd.js +22 -22
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# 0.1.2
|
|
2
|
-
增加确认选择时校验发票的有效性
|
|
3
|
-
# "version": "0.1.4",
|
|
4
|
-
请求头增加请求域名
|
|
5
|
-
# "version": "0.1.5",
|
|
6
|
-
将后端服务报错信息提示出来
|
|
7
|
-
# "version": "0.1.6",
|
|
8
|
-
增加OCR_AuthDomain参数
|
|
1
|
+
# 0.1.2
|
|
2
|
+
增加确认选择时校验发票的有效性
|
|
3
|
+
# "version": "0.1.4",
|
|
4
|
+
请求头增加请求域名
|
|
5
|
+
# "version": "0.1.5",
|
|
6
|
+
将后端服务报错信息提示出来
|
|
7
|
+
# "version": "0.1.6",
|
|
8
|
+
增加OCR_AuthDomain参数
|