提交 ddbe3fc9 编写于 作者: B baiy 提交者: ninecents

#106

上级 c8dc506b
...@@ -53,7 +53,6 @@ const tool = [ ...@@ -53,7 +53,6 @@ const tool = [
{'name': 'unit', 'cat': ['other']}, {'name': 'unit', 'cat': ['other']},
{'name': 'time', 'cat': ['other']}, {'name': 'time', 'cat': ['other']},
{'name': 'uuid', 'cat': ['generate']}, {'name': 'uuid', 'cat': ['generate']},
{'name': 'jsonToObject', 'cat': ['conversion','generate']},
{'name': 'ascii', 'cat': ['conversion']}, {'name': 'ascii', 'cat': ['conversion']},
{'name': 'variableConversion', 'cat': ['conversion']}, {'name': 'variableConversion', 'cat': ['conversion']},
{'name': 'jwt', 'cat': ['encoder_decoder']}, {'name': 'jwt', 'cat': ['encoder_decoder']},
...@@ -95,9 +94,8 @@ const utools = { ...@@ -95,9 +94,8 @@ const utools = {
], ],
qrCode: [ qrCode: [
{ {
"type": "regex", "type": "over",
"match": "/[a-zA-z]+://[^\\s]*/i", "minLength": 1,
"minLength": 8,
"feature": 'generate' // 适配工具内功能 "feature": 'generate' // 适配工具内功能
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册