release v0.7.2 (#408)

This commit is contained in:
Dream Hunter
2024-08-15 00:52:18 +08:00
committed by GitHub
parent 621476cb79
commit 5f4978645b
8 changed files with 36 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ node_compat = true
PREFIX = "tmp" # 要处理的邮箱名称前缀,不需要后缀可配置为空字符串
# (min, max) adderss的长度如果不设置默认为(1, 30)
# ANNOUNCEMENT = "Custom Announcement" # 自定义公告
# address name 的正则表达式,如果不设置,默认为 [^a-z0-9]
# address name 的正则表达式,如果不设置,默认为 [^a-z0-9], 需谨慎使用, 有些符号可能导致无法收件
# ADDRESS_REGEX = "[^a-z0-9]"
# MIN_ADDRESS_LEN = 1
# MAX_ADDRESS_LEN = 30