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

#106

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