tools_batch_files 1.0.14 → 1.0.16
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "tools_batch_files",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.16",
|
4
4
|
"description": "批处理视频工具",
|
5
5
|
"keywords": [
|
6
6
|
"utils",
|
@@ -32,6 +32,7 @@
|
|
32
32
|
"index.js",
|
33
33
|
"imgs",
|
34
34
|
"点我批量上传视频.bat",
|
35
|
+
"点我批量上传图片.bat",
|
35
36
|
"package.json",
|
36
37
|
"package-lock.json",
|
37
38
|
"utils"
|
package/src/photoBatch.js
CHANGED