clickgo 5.16.0 → 5.16.1

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.
@@ -28484,7 +28484,7 @@ lib/tool/enumerations/ESTATE.md
28484
28484
 
28485
28485
  # Enumeration: ESTATE
28486
28486
 
28487
- Defined in: [lib/tool.ts:1770](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1770)
28487
+ Defined in: [lib/tool.ts:1771](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1771)
28488
28488
 
28489
28489
  状态机状态
28490
28490
 
@@ -28494,7 +28494,7 @@ Defined in: [lib/tool.ts:1770](https://github.com/maiyun/clickgo/blob/master/dis
28494
28494
 
28495
28495
  > **COMMENT**: `4`
28496
28496
 
28497
- Defined in: [lib/tool.ts:1780](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1780)
28497
+ Defined in: [lib/tool.ts:1781](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1781)
28498
28498
 
28499
28499
  注释
28500
28500
 
@@ -28504,7 +28504,7 @@ Defined in: [lib/tool.ts:1780](https://github.com/maiyun/clickgo/blob/master/dis
28504
28504
 
28505
28505
  > **NORMAL**: `0`
28506
28506
 
28507
- Defined in: [lib/tool.ts:1772](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1772)
28507
+ Defined in: [lib/tool.ts:1773](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1773)
28508
28508
 
28509
28509
  普通
28510
28510
 
@@ -28514,7 +28514,7 @@ Defined in: [lib/tool.ts:1772](https://github.com/maiyun/clickgo/blob/master/dis
28514
28514
 
28515
28515
  > **REG**: `3`
28516
28516
 
28517
- Defined in: [lib/tool.ts:1778](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1778)
28517
+ Defined in: [lib/tool.ts:1779](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1779)
28518
28518
 
28519
28519
  正则
28520
28520
 
@@ -28524,7 +28524,7 @@ Defined in: [lib/tool.ts:1778](https://github.com/maiyun/clickgo/blob/master/dis
28524
28524
 
28525
28525
  > **STRING**: `2`
28526
28526
 
28527
- Defined in: [lib/tool.ts:1776](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1776)
28527
+ Defined in: [lib/tool.ts:1777](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1777)
28528
28528
 
28529
28529
  字符串
28530
28530
 
@@ -28534,7 +28534,7 @@ Defined in: [lib/tool.ts:1776](https://github.com/maiyun/clickgo/blob/master/dis
28534
28534
 
28535
28535
  > **WORD**: `1`
28536
28536
 
28537
- Defined in: [lib/tool.ts:1774](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1774)
28537
+ Defined in: [lib/tool.ts:1775](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1775)
28538
28538
 
28539
28539
  单词
28540
28540
 
@@ -28580,7 +28580,7 @@ lib/tool/functions/blob2DataUrl.md
28580
28580
 
28581
28581
  > **blob2DataUrl**(`blob`): `Promise`\<`string`\>
28582
28582
 
28583
- Defined in: [lib/tool.ts:1514](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1514)
28583
+ Defined in: [lib/tool.ts:1515](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1515)
28584
28584
 
28585
28585
  将 blob 对象转换为 base64 url
28586
28586
 
@@ -28609,7 +28609,7 @@ lib/tool/functions/blob2Text.md
28609
28609
 
28610
28610
  > **blob2Text**(`blob`): `Promise`\<`string`\>
28611
28611
 
28612
- Defined in: [lib/tool.ts:1495](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1495)
28612
+ Defined in: [lib/tool.ts:1496](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1496)
28613
28613
 
28614
28614
  将 blob 对象转换为 text
28615
28615
 
@@ -28673,7 +28673,7 @@ lib/tool/functions/compar.md
28673
28673
 
28674
28674
  > **compar**(`before`, `after`): `object`
28675
28675
 
28676
- Defined in: [lib/tool.ts:1542](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1542)
28676
+ Defined in: [lib/tool.ts:1543](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1543)
28677
28677
 
28678
28678
  - 对比老值和新值,看看新值中哪些移除了,哪些新增了
28679
28679
 
@@ -28785,7 +28785,7 @@ lib/tool/functions/escapeHTML.md
28785
28785
 
28786
28786
  > **escapeHTML**(`html`): `string`
28787
28787
 
28788
- Defined in: [lib/tool.ts:761](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L761)
28788
+ Defined in: [lib/tool.ts:762](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L762)
28789
28789
 
28790
28790
  转义 HTML
28791
28791
 
@@ -28814,7 +28814,7 @@ lib/tool/functions/eventsAttrWrap.md
28814
28814
 
28815
28815
  > **eventsAttrWrap**(`layout`): `string`
28816
28816
 
28817
- Defined in: [lib/tool.ts:524](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L524)
28817
+ Defined in: [lib/tool.ts:525](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L525)
28818
28818
 
28819
28819
  对 layout 的 events 事件进行包裹
28820
28820
 
@@ -28843,7 +28843,7 @@ lib/tool/functions/execCommand.md
28843
28843
 
28844
28844
  > **execCommand**(`ac`): `void`
28845
28845
 
28846
- Defined in: [lib/tool.ts:1529](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1529)
28846
+ Defined in: [lib/tool.ts:1530](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1530)
28847
28847
 
28848
28848
  ## Parameters
28849
28849
 
@@ -28868,7 +28868,7 @@ lib/tool/functions/fetch.md
28868
28868
 
28869
28869
  > **fetch**(`url`, `init?`): `Promise`\<`string` \| `Blob` \| `null`\>
28870
28870
 
28871
- Defined in: [lib/tool.ts:1132](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1132)
28871
+ Defined in: [lib/tool.ts:1133](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1133)
28872
28872
 
28873
28873
  发起 fetch 请求
28874
28874
 
@@ -28905,7 +28905,7 @@ lib/tool/functions/formatColor.md
28905
28905
 
28906
28906
  > **formatColor**(`color`): `number`[]
28907
28907
 
28908
- Defined in: [lib/tool.ts:787](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L787)
28908
+ Defined in: [lib/tool.ts:788](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L788)
28909
28909
 
28910
28910
  将 rgb 或 hsl 等颜色转换为数字数组
28911
28911
 
@@ -28934,7 +28934,7 @@ lib/tool/functions/formatSecond.md
28934
28934
 
28935
28935
  > **formatSecond**(`second`): `string`
28936
28936
 
28937
- Defined in: [lib/tool.ts:1585](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1585)
28937
+ Defined in: [lib/tool.ts:1586](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1586)
28938
28938
 
28939
28939
  将秒数格式化为 0:0:0 的字符串
28940
28940
 
@@ -28961,7 +28961,7 @@ lib/tool/functions/formatTime.md
28961
28961
 
28962
28962
  > **formatTime**(`ts`, `tz?`): `object`
28963
28963
 
28964
- Defined in: [lib/tool.ts:1598](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1598)
28964
+ Defined in: [lib/tool.ts:1599](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1599)
28965
28965
 
28966
28966
  将日期对象或毫秒级时间戳转换为字符串
28967
28967
 
@@ -29008,7 +29008,7 @@ lib/tool/functions/getArray.md
29008
29008
 
29009
29009
  > **getArray**(`param`): `any`[]
29010
29010
 
29011
- Defined in: [lib/tool.ts:736](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L736)
29011
+ Defined in: [lib/tool.ts:737](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L737)
29012
29012
 
29013
29013
  根据参数获取最终的数组型,可传入类似 [1,2,3] 或 1,2,3
29014
29014
 
@@ -29037,7 +29037,7 @@ lib/tool/functions/getBoolean.md
29037
29037
 
29038
29038
  > **getBoolean**(`param`): `boolean`
29039
29039
 
29040
- Defined in: [lib/tool.ts:710](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L710)
29040
+ Defined in: [lib/tool.ts:711](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L711)
29041
29041
 
29042
29042
  根据参数获取最终的布尔值
29043
29043
 
@@ -29107,7 +29107,7 @@ lib/tool/functions/get.md
29107
29107
 
29108
29108
  > **get**(`url`, `init?`, `opt?`): `Promise`\<`string` \| `Blob` \| `null`\>
29109
29109
 
29110
- Defined in: [lib/tool.ts:1158](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1158)
29110
+ Defined in: [lib/tool.ts:1159](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1159)
29111
29111
 
29112
29112
  发起 GET 请求
29113
29113
 
@@ -29154,7 +29154,7 @@ lib/tool/functions/getMimeByPath.md
29154
29154
 
29155
29155
  > **getMimeByPath**(`path`): `object`
29156
29156
 
29157
- Defined in: [lib/tool.ts:632](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L632)
29157
+ Defined in: [lib/tool.ts:633](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L633)
29158
29158
 
29159
29159
  根据后缀、文件名或路径获取 mime 类型(简单版,完整版请使用 @litert/mime.js)
29160
29160
 
@@ -29191,7 +29191,7 @@ lib/tool/functions/getNumber.md
29191
29191
 
29192
29192
  > **getNumber**(`param`): `number`
29193
29193
 
29194
- Defined in: [lib/tool.ts:725](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L725)
29194
+ Defined in: [lib/tool.ts:726](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L726)
29195
29195
 
29196
29196
  根据参数获取最终的数字型
29197
29197
 
@@ -29220,7 +29220,7 @@ lib/tool/functions/getResponseJson.md
29220
29220
 
29221
29221
  > **getResponseJson**(`url`, `init?`): `Promise`\<`any`\>
29222
29222
 
29223
- Defined in: [lib/tool.ts:1210](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1210)
29223
+ Defined in: [lib/tool.ts:1211](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1211)
29224
29224
 
29225
29225
  发起 GET 请求并解析 JSON 响应
29226
29226
 
@@ -29257,7 +29257,7 @@ lib/tool/functions/hex2rgb.md
29257
29257
 
29258
29258
  > **hex2rgb**(`hex`): `object`
29259
29259
 
29260
- Defined in: [lib/tool.ts:836](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L836)
29260
+ Defined in: [lib/tool.ts:837](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L837)
29261
29261
 
29262
29262
  hex 转换为 rgba,#27ae60ff, 27ae60 #fff
29263
29263
 
@@ -29306,7 +29306,7 @@ lib/tool/functions/hsl2rgb.md
29306
29306
 
29307
29307
  > **hsl2rgb**(`h`, `s?`, `l?`, `a?`, `decimal?`): `object`
29308
29308
 
29309
- Defined in: [lib/tool.ts:980](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L980)
29309
+ Defined in: [lib/tool.ts:981](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L981)
29310
29310
 
29311
29311
  hsl 字符串转 rgb 数组
29312
29312
 
@@ -29379,7 +29379,7 @@ lib/tool/functions/isEscapeChar.md
29379
29379
 
29380
29380
  > **isEscapeChar**(`code`, `index`): `boolean`
29381
29381
 
29382
- Defined in: [lib/tool.ts:1760](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1760)
29382
+ Defined in: [lib/tool.ts:1761](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1761)
29383
29383
 
29384
29384
  判断字符是否是转义字符
29385
29385
 
@@ -29416,7 +29416,7 @@ lib/tool/functions/isEscaped.md
29416
29416
 
29417
29417
  > **isEscaped**(`str`, `pos`): `boolean`
29418
29418
 
29419
- Defined in: [lib/tool.ts:1689](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1689)
29419
+ Defined in: [lib/tool.ts:1690](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1690)
29420
29420
 
29421
29421
  转义字符检查
29422
29422
  检查指定位置的字符是否被转义
@@ -29454,7 +29454,7 @@ lib/tool/functions/isFalsy.md
29454
29454
 
29455
29455
  > **isFalsy**(`val`): `val is TFalsy`
29456
29456
 
29457
- Defined in: [lib/tool.ts:2523](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2523)
29457
+ Defined in: [lib/tool.ts:2524](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2524)
29458
29458
 
29459
29459
  判断一个值是否是虚假的(为 null/undefined/空字符串/false/0)
29460
29460
 
@@ -29483,7 +29483,7 @@ lib/tool/functions/isMs.md
29483
29483
 
29484
29484
  > **isMs**(`time`): `boolean`
29485
29485
 
29486
- Defined in: [lib/tool.ts:1625](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1625)
29486
+ Defined in: [lib/tool.ts:1626](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1626)
29487
29487
 
29488
29488
  是否是毫秒
29489
29489
 
@@ -29512,7 +29512,7 @@ lib/tool/functions/isTruthy.md
29512
29512
 
29513
29513
  > **isTruthy**(`val`): `val is any`
29514
29514
 
29515
- Defined in: [lib/tool.ts:2531](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2531)
29515
+ Defined in: [lib/tool.ts:2532](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2532)
29516
29516
 
29517
29517
  判断一个值是否是真实的(不为 null/undefined/空字符串/false/0)
29518
29518
 
@@ -29576,7 +29576,7 @@ lib/tool/functions/layoutClassPrepend.md
29576
29576
 
29577
29577
  > **layoutClassPrepend**(`layout`, `preps`): `string`
29578
29578
 
29579
- Defined in: [lib/tool.ts:468](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L468)
29579
+ Defined in: [lib/tool.ts:469](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L469)
29580
29580
 
29581
29581
  给 class 增加 scope 的随机前缀,给 id 新增前缀
29582
29582
 
@@ -29611,7 +29611,7 @@ lib/tool/functions/layoutInsertAttr.md
29611
29611
 
29612
29612
  > **layoutInsertAttr**(`layout`, `insert`, `opt?`): `string`
29613
29613
 
29614
- Defined in: [lib/tool.ts:409](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L409)
29614
+ Defined in: [lib/tool.ts:410](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L410)
29615
29615
 
29616
29616
  给标签追加 attr,即使 attr 存在也会追加上一个新的(非真实 DOM 操作,仅仅是对字符串进行处理)
29617
29617
 
@@ -29658,7 +29658,7 @@ lib/tool/functions/loadLink.md
29658
29658
 
29659
29659
  > **loadLink**(`url`, `pos?`): `Promise`\<`boolean`\>
29660
29660
 
29661
- Defined in: [lib/tool.ts:2474](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2474)
29661
+ Defined in: [lib/tool.ts:2475](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2475)
29662
29662
 
29663
29663
  加载 css 文件
29664
29664
 
@@ -29693,7 +29693,7 @@ lib/tool/functions/loadLinks.md
29693
29693
 
29694
29694
  > **loadLinks**(`urls`, `opt?`): `Promise`\<`void`\>
29695
29695
 
29696
- Defined in: [lib/tool.ts:2500](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2500)
29696
+ Defined in: [lib/tool.ts:2501](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2501)
29697
29697
 
29698
29698
  批量加载 css 文件
29699
29699
 
@@ -29730,7 +29730,7 @@ lib/tool/functions/loadScript.md
29730
29730
 
29731
29731
  > **loadScript**(`url`): `Promise`\<`boolean`\>
29732
29732
 
29733
- Defined in: [lib/tool.ts:2441](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2441)
29733
+ Defined in: [lib/tool.ts:2442](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2442)
29734
29734
 
29735
29735
  加载脚本
29736
29736
 
@@ -29759,7 +29759,7 @@ lib/tool/functions/loadScripts.md
29759
29759
 
29760
29760
  > **loadScripts**(`urls`, `opt?`): `Promise`\<`void`\>
29761
29761
 
29762
- Defined in: [lib/tool.ts:2460](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2460)
29762
+ Defined in: [lib/tool.ts:2461](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2461)
29763
29763
 
29764
29764
  批量加载 js 文件
29765
29765
 
@@ -29796,7 +29796,7 @@ lib/tool/functions/loadStyle.md
29796
29796
 
29797
29797
  > **loadStyle**(`style`): `void`
29798
29798
 
29799
- Defined in: [lib/tool.ts:2513](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2513)
29799
+ Defined in: [lib/tool.ts:2514](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2514)
29800
29800
 
29801
29801
  加载 css 字符串
29802
29802
 
@@ -29825,7 +29825,7 @@ lib/tool/functions/logicalOr.md
29825
29825
 
29826
29826
  > **logicalOr**\<`T`, `T2`\>(`v1`, `v2`): \[`T`\] *extends* \[[`TFalsy`](../type-aliases/TFalsy.md)\] ? `T2` : `T`
29827
29827
 
29828
- Defined in: [lib/tool.ts:2540](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2540)
29828
+ Defined in: [lib/tool.ts:2541](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2541)
29829
29829
 
29830
29830
  类似 || 运算符的效果
29831
29831
 
@@ -29926,7 +29926,7 @@ lib/tool/functions/parseArrayString.md
29926
29926
 
29927
29927
  > **parseArrayString**(`arrayStr`): `string`[]
29928
29928
 
29929
- Defined in: [lib/tool.ts:1704](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1704)
29929
+ Defined in: [lib/tool.ts:1705](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1705)
29930
29930
 
29931
29931
  数组字符串解析器
29932
29932
  解析数组字符串为各元素组成的字符串数组
@@ -29958,7 +29958,7 @@ lib/tool/functions/parseUrl.md
29958
29958
 
29959
29959
  > **parseUrl**(`url`): [`IUrl`](../interfaces/IUrl.md)
29960
29960
 
29961
- Defined in: [lib/tool.ts:1336](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1336)
29961
+ Defined in: [lib/tool.ts:1337](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1337)
29962
29962
 
29963
29963
  传输 url 并解析为 IUrl 对象
29964
29964
 
@@ -29987,7 +29987,7 @@ lib/tool/functions/post.md
29987
29987
 
29988
29988
  > **post**(`url`, `data`, `init?`): `Promise`\<`string` \| `Blob` \| `null`\>
29989
29989
 
29990
- Defined in: [lib/tool.ts:1185](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1185)
29990
+ Defined in: [lib/tool.ts:1186](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1186)
29991
29991
 
29992
29992
  发起 POST 请求(除 FormData 外都会转换为 JSON 提交)
29993
29993
 
@@ -30030,7 +30030,7 @@ lib/tool/functions/postResponseEventStream.md
30030
30030
 
30031
30031
  > **postResponseEventStream**(`url`, `data`, `opts?`): `AbortController`
30032
30032
 
30033
- Defined in: [lib/tool.ts:1233](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1233)
30033
+ Defined in: [lib/tool.ts:1234](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1234)
30034
30034
 
30035
30035
  发起 JSON 请求并获得文本 SSE 响应
30036
30036
 
@@ -30105,7 +30105,7 @@ lib/tool/functions/postResponseJson.md
30105
30105
 
30106
30106
  > **postResponseJson**(`url`, `data`, `init?`): `Promise`\<`any`\>
30107
30107
 
30108
- Defined in: [lib/tool.ts:1314](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1314)
30108
+ Defined in: [lib/tool.ts:1315](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1315)
30109
30109
 
30110
30110
  发起 POST 请求并解析 JSON 响应
30111
30111
 
@@ -30177,7 +30177,7 @@ lib/tool/functions/queryParse.md
30177
30177
 
30178
30178
  > **queryParse**(`query`): `Record`\<`string`, `string` \| `string`[]\>
30179
30179
 
30180
- Defined in: [lib/tool.ts:1655](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1655)
30180
+ Defined in: [lib/tool.ts:1656](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1656)
30181
30181
 
30182
30182
  将 query string 转换为对象
30183
30183
 
@@ -30206,7 +30206,7 @@ lib/tool/functions/queryStringify.md
30206
30206
 
30207
30207
  > **queryStringify**(`query`, `encode?`): `string`
30208
30208
 
30209
- Defined in: [lib/tool.ts:1634](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1634)
30209
+ Defined in: [lib/tool.ts:1635](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1635)
30210
30210
 
30211
30211
  将对象转换为 query string
30212
30212
 
@@ -30241,7 +30241,7 @@ lib/tool/functions/rand.md
30241
30241
 
30242
30242
  > **rand**(`min`, `max`, `prec?`): `number`
30243
30243
 
30244
- Defined in: [lib/tool.ts:658](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L658)
30244
+ Defined in: [lib/tool.ts:659](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L659)
30245
30245
 
30246
30246
  生成范围内的随机数
30247
30247
 
@@ -30282,7 +30282,7 @@ lib/tool/functions/random.md
30282
30282
 
30283
30283
  > **random**(`length?`, `source?`, `block?`): `string`
30284
30284
 
30285
- Defined in: [lib/tool.ts:687](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L687)
30285
+ Defined in: [lib/tool.ts:688](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L688)
30286
30286
 
30287
30287
  生成随机字符串
30288
30288
 
@@ -30325,7 +30325,7 @@ lib/tool/functions/request.md
30325
30325
 
30326
30326
  > **request**(`url`, `opt`): `Promise`\<`any`\>
30327
30327
 
30328
- Defined in: [lib/tool.ts:1045](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1045)
30328
+ Defined in: [lib/tool.ts:1046](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1046)
30329
30329
 
30330
30330
  发起一个网络请求,若是返回值是 JSON 则自动解析,否则直接返回字符串
30331
30331
 
@@ -30360,7 +30360,7 @@ lib/tool/functions/rgb2hex.md
30360
30360
 
30361
30361
  > **rgb2hex**(`r`, `g?`, `b?`, `a?`): `string`
30362
30362
 
30363
- Defined in: [lib/tool.ts:804](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L804)
30363
+ Defined in: [lib/tool.ts:805](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L805)
30364
30364
 
30365
30365
  将 r, g, b 转换为 hex 字符串,不含 #
30366
30366
 
@@ -30405,7 +30405,7 @@ lib/tool/functions/rgb2hsl.md
30405
30405
 
30406
30406
  > **rgb2hsl**(`r`, `g?`, `b?`, `a?`, `decimal?`): `object`
30407
30407
 
30408
- Defined in: [lib/tool.ts:877](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L877)
30408
+ Defined in: [lib/tool.ts:878](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L878)
30409
30409
 
30410
30410
  rgb 字符串转 hsl 数组
30411
30411
 
@@ -30602,7 +30602,7 @@ lib/tool/functions/stateMachine.md
30602
30602
 
30603
30603
  > **stateMachine**(`code`, `start`, `process`): `void`
30604
30604
 
30605
- Defined in: [lib/tool.ts:1790](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1790)
30605
+ Defined in: [lib/tool.ts:1791](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1791)
30606
30606
 
30607
30607
  状态机
30608
30608
 
@@ -30645,7 +30645,7 @@ lib/tool/functions/stylePrepend.md
30645
30645
 
30646
30646
  > **stylePrepend**(`style`, `prep?`): `object`
30647
30647
 
30648
- Defined in: [lib/tool.ts:555](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L555)
30648
+ Defined in: [lib/tool.ts:556](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L556)
30649
30649
 
30650
30650
  给 class 前部增加唯一标识符
30651
30651
 
@@ -30729,7 +30729,7 @@ lib/tool/functions/teleportGlue.md
30729
30729
 
30730
30730
  > **teleportGlue**(`layout`, `formId`): `string`
30731
30731
 
30732
- Defined in: [lib/tool.ts:540](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L540)
30732
+ Defined in: [lib/tool.ts:541](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L541)
30733
30733
 
30734
30734
  对 layout 的 teleport 做转义处理为 vue 识别的内容
30735
30735
 
@@ -30764,7 +30764,7 @@ lib/tool/functions/unescapeHTML.md
30764
30764
 
30765
30765
  > **unescapeHTML**(`html`): `string`
30766
30766
 
30767
- Defined in: [lib/tool.ts:773](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L773)
30767
+ Defined in: [lib/tool.ts:774](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L774)
30768
30768
 
30769
30769
  还原转义后的 HTML
30770
30770
 
@@ -30793,7 +30793,7 @@ lib/tool/functions/urlAtom.md
30793
30793
 
30794
30794
  > **urlAtom**(`url`): `string`
30795
30795
 
30796
- Defined in: [lib/tool.ts:1478](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1478)
30796
+ Defined in: [lib/tool.ts:1479](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1479)
30797
30797
 
30798
30798
  处理 URL 中的 .. / . 等
30799
30799
 
@@ -30820,7 +30820,7 @@ lib/tool/functions/urlResolve.md
30820
30820
 
30821
30821
  > **urlResolve**(`from`, `to`): `string`
30822
30822
 
30823
- Defined in: [lib/tool.ts:1419](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1419)
30823
+ Defined in: [lib/tool.ts:1420](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L1420)
30824
30824
 
30825
30825
  将相对路径根据基准路径进行转换
30826
30826
 
@@ -31027,7 +31027,7 @@ lib/tool/interfaces/IRequestOptions.md
31027
31027
 
31028
31028
  # Interface: IRequestOptions
31029
31029
 
31030
- Defined in: [lib/tool.ts:2618](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2618)
31030
+ Defined in: [lib/tool.ts:2619](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2619)
31031
31031
 
31032
31032
  请求选项
31033
31033
 
@@ -31037,7 +31037,7 @@ Defined in: [lib/tool.ts:2618](https://github.com/maiyun/clickgo/blob/master/dis
31037
31037
 
31038
31038
  > `optional` **body?**: `FormData`
31039
31039
 
31040
- Defined in: [lib/tool.ts:2621](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2621)
31040
+ Defined in: [lib/tool.ts:2622](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2622)
31041
31041
 
31042
31042
  ***
31043
31043
 
@@ -31045,7 +31045,7 @@ Defined in: [lib/tool.ts:2621](https://github.com/maiyun/clickgo/blob/master/dis
31045
31045
 
31046
31046
  > `optional` **credentials?**: `boolean`
31047
31047
 
31048
- Defined in: [lib/tool.ts:2619](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2619)
31048
+ Defined in: [lib/tool.ts:2620](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2620)
31049
31049
 
31050
31050
  ***
31051
31051
 
@@ -31053,7 +31053,7 @@ Defined in: [lib/tool.ts:2619](https://github.com/maiyun/clickgo/blob/master/dis
31053
31053
 
31054
31054
  > `optional` **end?**: () => `void` \| `Promise`\<`void`\>
31055
31055
 
31056
- Defined in: [lib/tool.ts:2630](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2630)
31056
+ Defined in: [lib/tool.ts:2631](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2631)
31057
31057
 
31058
31058
  #### Returns
31059
31059
 
@@ -31065,7 +31065,7 @@ Defined in: [lib/tool.ts:2630](https://github.com/maiyun/clickgo/blob/master/dis
31065
31065
 
31066
31066
  > `optional` **error?**: () => `void` \| `Promise`\<`void`\>
31067
31067
 
31068
- Defined in: [lib/tool.ts:2633](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2633)
31068
+ Defined in: [lib/tool.ts:2634](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2634)
31069
31069
 
31070
31070
  #### Returns
31071
31071
 
@@ -31077,7 +31077,7 @@ Defined in: [lib/tool.ts:2633](https://github.com/maiyun/clickgo/blob/master/dis
31077
31077
 
31078
31078
  > `optional` **headers?**: `HeadersInit`
31079
31079
 
31080
- Defined in: [lib/tool.ts:2624](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2624)
31080
+ Defined in: [lib/tool.ts:2625](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2625)
31081
31081
 
31082
31082
  ***
31083
31083
 
@@ -31085,7 +31085,7 @@ Defined in: [lib/tool.ts:2624](https://github.com/maiyun/clickgo/blob/master/dis
31085
31085
 
31086
31086
  > `optional` **load?**: (`res`) => `void` \| `Promise`\<`void`\>
31087
31087
 
31088
- Defined in: [lib/tool.ts:2632](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2632)
31088
+ Defined in: [lib/tool.ts:2633](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2633)
31089
31089
 
31090
31090
  #### Parameters
31091
31091
 
@@ -31103,7 +31103,7 @@ Defined in: [lib/tool.ts:2632](https://github.com/maiyun/clickgo/blob/master/dis
31103
31103
 
31104
31104
  > `optional` **method?**: `"GET"` \| `"POST"`
31105
31105
 
31106
- Defined in: [lib/tool.ts:2620](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2620)
31106
+ Defined in: [lib/tool.ts:2621](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2621)
31107
31107
 
31108
31108
  ***
31109
31109
 
@@ -31111,7 +31111,7 @@ Defined in: [lib/tool.ts:2620](https://github.com/maiyun/clickgo/blob/master/dis
31111
31111
 
31112
31112
  > `optional` **progress?**: (`loaded`, `total`) => `void` \| `Promise`\<`void`\>
31113
31113
 
31114
- Defined in: [lib/tool.ts:2631](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2631)
31114
+ Defined in: [lib/tool.ts:2632](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2632)
31115
31115
 
31116
31116
  #### Parameters
31117
31117
 
@@ -31133,7 +31133,7 @@ Defined in: [lib/tool.ts:2631](https://github.com/maiyun/clickgo/blob/master/dis
31133
31133
 
31134
31134
  > `optional` **responseType?**: `XMLHttpRequestResponseType`
31135
31135
 
31136
- Defined in: [lib/tool.ts:2623](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2623)
31136
+ Defined in: [lib/tool.ts:2624](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2624)
31137
31137
 
31138
31138
  ***
31139
31139
 
@@ -31141,7 +31141,7 @@ Defined in: [lib/tool.ts:2623](https://github.com/maiyun/clickgo/blob/master/dis
31141
31141
 
31142
31142
  > `optional` **start?**: (`total`) => `void` \| `Promise`\<`void`\>
31143
31143
 
31144
- Defined in: [lib/tool.ts:2629](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2629)
31144
+ Defined in: [lib/tool.ts:2630](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2630)
31145
31145
 
31146
31146
  #### Parameters
31147
31147
 
@@ -31159,7 +31159,7 @@ Defined in: [lib/tool.ts:2629](https://github.com/maiyun/clickgo/blob/master/dis
31159
31159
 
31160
31160
  > `optional` **timeout?**: `number`
31161
31161
 
31162
- Defined in: [lib/tool.ts:2622](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2622)
31162
+ Defined in: [lib/tool.ts:2623](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2623)
31163
31163
 
31164
31164
  ***
31165
31165
 
@@ -31167,7 +31167,7 @@ Defined in: [lib/tool.ts:2622](https://github.com/maiyun/clickgo/blob/master/dis
31167
31167
 
31168
31168
  > `optional` **uploadEnd?**: () => `void` \| `Promise`\<`void`\>
31169
31169
 
31170
- Defined in: [lib/tool.ts:2628](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2628)
31170
+ Defined in: [lib/tool.ts:2629](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2629)
31171
31171
 
31172
31172
  #### Returns
31173
31173
 
@@ -31179,7 +31179,7 @@ Defined in: [lib/tool.ts:2628](https://github.com/maiyun/clickgo/blob/master/dis
31179
31179
 
31180
31180
  > `optional` **uploadProgress?**: (`loaded`, `total`) => `void` \| `Promise`\<`void`\>
31181
31181
 
31182
- Defined in: [lib/tool.ts:2627](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2627)
31182
+ Defined in: [lib/tool.ts:2628](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2628)
31183
31183
 
31184
31184
  #### Parameters
31185
31185
 
@@ -31201,7 +31201,7 @@ Defined in: [lib/tool.ts:2627](https://github.com/maiyun/clickgo/blob/master/dis
31201
31201
 
31202
31202
  > `optional` **uploadStart?**: (`total`) => `void` \| `Promise`\<`void`\>
31203
31203
 
31204
- Defined in: [lib/tool.ts:2626](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2626)
31204
+ Defined in: [lib/tool.ts:2627](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2627)
31205
31205
 
31206
31206
  #### Parameters
31207
31207
 
@@ -31224,7 +31224,7 @@ lib/tool/interfaces/IUrl.md
31224
31224
 
31225
31225
  # Interface: IUrl
31226
31226
 
31227
- Defined in: [lib/tool.ts:2603](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2603)
31227
+ Defined in: [lib/tool.ts:2604](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2604)
31228
31228
 
31229
31229
  网址对象
31230
31230
 
@@ -31234,7 +31234,7 @@ Defined in: [lib/tool.ts:2603](https://github.com/maiyun/clickgo/blob/master/dis
31234
31234
 
31235
31235
  > **auth**: `string` \| `null`
31236
31236
 
31237
- Defined in: [lib/tool.ts:2604](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2604)
31237
+ Defined in: [lib/tool.ts:2605](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2605)
31238
31238
 
31239
31239
  ***
31240
31240
 
@@ -31242,7 +31242,7 @@ Defined in: [lib/tool.ts:2604](https://github.com/maiyun/clickgo/blob/master/dis
31242
31242
 
31243
31243
  > **hash**: `string` \| `null`
31244
31244
 
31245
- Defined in: [lib/tool.ts:2605](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2605)
31245
+ Defined in: [lib/tool.ts:2606](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2606)
31246
31246
 
31247
31247
  ***
31248
31248
 
@@ -31250,7 +31250,7 @@ Defined in: [lib/tool.ts:2605](https://github.com/maiyun/clickgo/blob/master/dis
31250
31250
 
31251
31251
  > **host**: `string` \| `null`
31252
31252
 
31253
- Defined in: [lib/tool.ts:2606](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2606)
31253
+ Defined in: [lib/tool.ts:2607](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2607)
31254
31254
 
31255
31255
  ***
31256
31256
 
@@ -31258,7 +31258,7 @@ Defined in: [lib/tool.ts:2606](https://github.com/maiyun/clickgo/blob/master/dis
31258
31258
 
31259
31259
  > **hostname**: `string` \| `null`
31260
31260
 
31261
- Defined in: [lib/tool.ts:2607](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2607)
31261
+ Defined in: [lib/tool.ts:2608](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2608)
31262
31262
 
31263
31263
  ***
31264
31264
 
@@ -31266,7 +31266,7 @@ Defined in: [lib/tool.ts:2607](https://github.com/maiyun/clickgo/blob/master/dis
31266
31266
 
31267
31267
  > **pass**: `string` \| `null`
31268
31268
 
31269
- Defined in: [lib/tool.ts:2608](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2608)
31269
+ Defined in: [lib/tool.ts:2609](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2609)
31270
31270
 
31271
31271
  ***
31272
31272
 
@@ -31274,7 +31274,7 @@ Defined in: [lib/tool.ts:2608](https://github.com/maiyun/clickgo/blob/master/dis
31274
31274
 
31275
31275
  > **path**: `string` \| `null`
31276
31276
 
31277
- Defined in: [lib/tool.ts:2609](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2609)
31277
+ Defined in: [lib/tool.ts:2610](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2610)
31278
31278
 
31279
31279
  ***
31280
31280
 
@@ -31282,7 +31282,7 @@ Defined in: [lib/tool.ts:2609](https://github.com/maiyun/clickgo/blob/master/dis
31282
31282
 
31283
31283
  > **pathname**: `string`
31284
31284
 
31285
- Defined in: [lib/tool.ts:2610](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2610)
31285
+ Defined in: [lib/tool.ts:2611](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2611)
31286
31286
 
31287
31287
  ***
31288
31288
 
@@ -31290,7 +31290,7 @@ Defined in: [lib/tool.ts:2610](https://github.com/maiyun/clickgo/blob/master/dis
31290
31290
 
31291
31291
  > **port**: `string` \| `null`
31292
31292
 
31293
- Defined in: [lib/tool.ts:2612](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2612)
31293
+ Defined in: [lib/tool.ts:2613](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2613)
31294
31294
 
31295
31295
  ***
31296
31296
 
@@ -31298,7 +31298,7 @@ Defined in: [lib/tool.ts:2612](https://github.com/maiyun/clickgo/blob/master/dis
31298
31298
 
31299
31299
  > **protocol**: `string` \| `null`
31300
31300
 
31301
- Defined in: [lib/tool.ts:2611](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2611)
31301
+ Defined in: [lib/tool.ts:2612](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2612)
31302
31302
 
31303
31303
  ***
31304
31304
 
@@ -31306,7 +31306,7 @@ Defined in: [lib/tool.ts:2611](https://github.com/maiyun/clickgo/blob/master/dis
31306
31306
 
31307
31307
  > **query**: `string` \| `null`
31308
31308
 
31309
- Defined in: [lib/tool.ts:2613](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2613)
31309
+ Defined in: [lib/tool.ts:2614](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2614)
31310
31310
 
31311
31311
  ***
31312
31312
 
@@ -31314,7 +31314,7 @@ Defined in: [lib/tool.ts:2613](https://github.com/maiyun/clickgo/blob/master/dis
31314
31314
 
31315
31315
  > **user**: `string` \| `null`
31316
31316
 
31317
- Defined in: [lib/tool.ts:2614](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2614)
31317
+ Defined in: [lib/tool.ts:2615](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2615)
31318
31318
 
31319
31319
  lib/tool/type-aliases/TFalsy.md
31320
31320
  ---
@@ -31329,7 +31329,7 @@ lib/tool/type-aliases/TFalsy.md
31329
31329
 
31330
31330
  > **TFalsy** = `false` \| `""` \| `0` \| `null` \| `undefined` \| *typeof* `NaN`
31331
31331
 
31332
- Defined in: [lib/tool.ts:2637](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2637)
31332
+ Defined in: [lib/tool.ts:2638](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2638)
31333
31333
 
31334
31334
  虚假值类型
31335
31335
 
@@ -31346,7 +31346,7 @@ lib/tool/variables/lang.md
31346
31346
 
31347
31347
  > `const` **lang**: `object`
31348
31348
 
31349
- Defined in: [lib/tool.ts:2545](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2545)
31349
+ Defined in: [lib/tool.ts:2546](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L2546)
31350
31350
 
31351
31351
  语言相关
31352
31352
 
@@ -31401,7 +31401,7 @@ lib/tool/variables/RANDOM_L.md
31401
31401
 
31402
31402
  > `const` **RANDOM\_L**: `"abcdefghijklmnopqrstuvwxyz"` = `'abcdefghijklmnopqrstuvwxyz'`
31403
31403
 
31404
- Defined in: [lib/tool.ts:671](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L671)
31404
+ Defined in: [lib/tool.ts:672](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L672)
31405
31405
 
31406
31406
  lib/tool/variables/RANDOM_LN.md
31407
31407
  ---
@@ -31416,7 +31416,7 @@ lib/tool/variables/RANDOM_LN.md
31416
31416
 
31417
31417
  > `const` **RANDOM\_LN**: `string`
31418
31418
 
31419
- Defined in: [lib/tool.ts:674](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L674)
31419
+ Defined in: [lib/tool.ts:675](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L675)
31420
31420
 
31421
31421
  lib/tool/variables/RANDOM_LU.md
31422
31422
  ---
@@ -31431,7 +31431,7 @@ lib/tool/variables/RANDOM_LU.md
31431
31431
 
31432
31432
  > `const` **RANDOM\_LU**: `string`
31433
31433
 
31434
- Defined in: [lib/tool.ts:675](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L675)
31434
+ Defined in: [lib/tool.ts:676](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L676)
31435
31435
 
31436
31436
  lib/tool/variables/RANDOM_LUN.md
31437
31437
  ---
@@ -31446,7 +31446,7 @@ lib/tool/variables/RANDOM_LUN.md
31446
31446
 
31447
31447
  > `const` **RANDOM\_LUN**: `string`
31448
31448
 
31449
- Defined in: [lib/tool.ts:676](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L676)
31449
+ Defined in: [lib/tool.ts:677](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L677)
31450
31450
 
31451
31451
  lib/tool/variables/RANDOM_LUNS.md
31452
31452
  ---
@@ -31461,7 +31461,7 @@ lib/tool/variables/RANDOM_LUNS.md
31461
31461
 
31462
31462
  > `const` **RANDOM\_LUNS**: `string`
31463
31463
 
31464
- Defined in: [lib/tool.ts:678](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L678)
31464
+ Defined in: [lib/tool.ts:679](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L679)
31465
31465
 
31466
31466
  lib/tool/variables/RANDOM_N.md
31467
31467
  ---
@@ -31476,7 +31476,7 @@ lib/tool/variables/RANDOM_N.md
31476
31476
 
31477
31477
  > `const` **RANDOM\_N**: `"0123456789"` = `'0123456789'`
31478
31478
 
31479
- Defined in: [lib/tool.ts:669](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L669)
31479
+ Defined in: [lib/tool.ts:670](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L670)
31480
31480
 
31481
31481
  lib/tool/variables/RANDOM_U.md
31482
31482
  ---
@@ -31491,7 +31491,7 @@ lib/tool/variables/RANDOM_U.md
31491
31491
 
31492
31492
  > `const` **RANDOM\_U**: `"ABCDEFGHIJKLMNOPQRSTUVWXYZ"` = `'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
31493
31493
 
31494
- Defined in: [lib/tool.ts:670](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L670)
31494
+ Defined in: [lib/tool.ts:671](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L671)
31495
31495
 
31496
31496
  lib/tool/variables/RANDOM_UN.md
31497
31497
  ---
@@ -31506,7 +31506,7 @@ lib/tool/variables/RANDOM_UN.md
31506
31506
 
31507
31507
  > `const` **RANDOM\_UN**: `string`
31508
31508
 
31509
- Defined in: [lib/tool.ts:673](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L673)
31509
+ Defined in: [lib/tool.ts:674](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L674)
31510
31510
 
31511
31511
  lib/tool/variables/RANDOM_V.md
31512
31512
  ---
@@ -31521,7 +31521,7 @@ lib/tool/variables/RANDOM_V.md
31521
31521
 
31522
31522
  > `const` **RANDOM\_V**: `"ACEFGHJKLMNPRSTWXY34567"` = `'ACEFGHJKLMNPRSTWXY34567'`
31523
31523
 
31524
- Defined in: [lib/tool.ts:677](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L677)
31524
+ Defined in: [lib/tool.ts:678](https://github.com/maiyun/clickgo/blob/master/dist/lib/tool.ts#L678)
31525
31525
 
31526
31526
  lib/zip/classes/Zip.md
31527
31527
  ---