mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-22 16:49:55 +08:00
feat: only allow address [a-z0-9] (#347)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user