加入“GenRandomStr”工具

This commit is contained in:
2021-05-04 22:03:21 +08:00
parent 72aeb56fee
commit 58a8c1ea7a
2 changed files with 167 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ let navTools = {
title: '生成随机字符串',
desc: '生成随机组合的字符串,可用于密码',
component: 'GenRandomStr',
enabled: false
enabled: true
}
}
},