mingyang_text 2022.9.27 → 2022.10.3
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 +8 -13
- package/text.js +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mingyang_text",
|
3
|
-
"version": "2022.
|
3
|
+
"version": "2022.10.03",
|
4
4
|
"description": "MingYang Packet",
|
5
5
|
"main": "text.js",
|
6
6
|
"scripts": {
|
@@ -8,18 +8,13 @@
|
|
8
8
|
},
|
9
9
|
"keywords": [
|
10
10
|
"mingyang",
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"image",
|
18
|
-
"log",
|
19
|
-
"packet",
|
20
|
-
"path",
|
21
|
-
"text"
|
11
|
+
"mingyang/text",
|
12
|
+
"text/Bin_with",
|
13
|
+
"text/end_with",
|
14
|
+
"string/format",
|
15
|
+
"timeid",
|
16
|
+
"time/uuid"
|
22
17
|
],
|
23
|
-
"author": "wang.fu.jun@qq.com",
|
18
|
+
"author": "wang.fu.jun@qq.com,wang.ming.yang@126.com",
|
24
19
|
"license": "ISC"
|
25
20
|
}
|
package/text.js
CHANGED
@@ -109,7 +109,6 @@ function func_Filter(args_Text, args_Bin, args_End) {
|
|
109
109
|
}
|
110
110
|
}
|
111
111
|
|
112
|
-
//t_Line = args_Text.substr(t_iBin + args_Bin.length, t_iEnd - t_iBin - args_Bin.length);
|
113
112
|
t_Line = args_Text.substring(t_iBin + args_Bin.length, t_iEnd);
|
114
113
|
t_Result.push(t_Line);
|
115
114
|
|