lyb-js 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
47
47
  \- [LibPromiseTimeout-延时执行](#LibPromiseTimeout-延时执行)
48
48
 
49
49
 
50
- ## Browser-浏览器
50
+ ### Browser-浏览器
51
51
 
52
52
  \- [LibColorConsole-有色打印](#LibColorConsole-有色打印)
53
53
 
@@ -62,7 +62,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
62
62
  \- [LibTagTitleTip-网站标题交互](#LibTagTitleTip-网站标题交互)
63
63
 
64
64
 
65
- ## Data-数据
65
+ ### Data-数据
66
66
 
67
67
  \- [LibChunkArray-数组拆分](#LibChunkArray-数组拆分)
68
68
 
@@ -77,7 +77,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
77
77
  \- [LibStepArray-数组偏移](#LibStepArray-数组偏移)
78
78
 
79
79
 
80
- ## File-文件
80
+ ### File-文件
81
81
 
82
82
  \- [LibDownloadImageLink-图片下载](#LibDownloadImageLink-图片下载)
83
83
 
@@ -86,7 +86,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
86
86
  \- [LibSaveJson-保存文件](#LibSaveJson-保存文件)
87
87
 
88
88
 
89
- ## Formatter-格式化
89
+ ### Formatter-格式化
90
90
 
91
91
  \- [LibFormatterByte-字节格式化](#LibFormatterByte-字节格式化)
92
92
 
@@ -99,7 +99,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
99
99
  \- [LibSecondsFormatterChinese-中文时间](#LibSecondsFormatterChinese-中文时间)
100
100
 
101
101
 
102
- ## Math-数学
102
+ ### Math-数学
103
103
 
104
104
  \- [LibCalculateExpression-表达式字符串](#LibCalculateExpression-表达式字符串)
105
105
 
@@ -112,14 +112,14 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
112
112
  \- [LibDecimal-高精度计算](#LibDecimal-高精度计算)
113
113
 
114
114
 
115
- ## Misc-杂项
115
+ ### Misc-杂项
116
116
 
117
117
  \- [LibRegFormValidate-表单验证](#LibRegFormValidate-表单验证)
118
118
 
119
119
  \- [LibRetryRequest-请求重连](#LibRetryRequest-请求重连)
120
120
 
121
121
 
122
- ## Random-随机
122
+ ### Random-随机
123
123
 
124
124
  \- [LibProbabilityResult-概率触发](#LibProbabilityResult-概率触发)
125
125
 
@@ -130,7 +130,7 @@ libCalculateExpression("(1+2)-(3*4)/5"); //0.6
130
130
  \- [LibUniqueRandomNumbers-随机数数组](#LibUniqueRandomNumbers-随机数数组)
131
131
 
132
132
 
133
- ## Time-时间
133
+ ### Time-时间
134
134
 
135
135
  \- [LibSameTimeCheck-时间比对](#LibSameTimeCheck-时间比对)
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-js",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "冷弋白",
5
5
  "description": "lyb自用JS方法库",
6
6
  "repository": {