feat: only allow address [a-z0-9] (#347)

This commit is contained in:
Dream Hunter
2024-07-13 19:03:54 +08:00
committed by GitHub
parent aa8f3b4d46
commit 26ccfdd6e0
4 changed files with 7 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ const COMMANDS = [
},
{
command: "new",
description: "新建邮箱地址, 如果要自定义邮箱地址, 请输入 /new <name>@<domain>, name [a-zA-Z0-9.] 有效"
description: "新建邮箱地址, 如果要自定义邮箱地址, 请输入 /new <name>@<domain>, name [a-z0-9] 有效"
},
{
command: "address",