update: added mail slicing tool

This commit is contained in:
2025-08-14 18:29:40 +08:00
parent 7d8e8a1f98
commit fc99ca82fa
5 changed files with 155 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ def main():
print(f'[信息] 当前发送速率 {round(rate, 2)} 封/分钟')
if rate > 8.33: print('[警告] 当前发送速率已超出限制 8.33 封/分钟')
print(f'[信息] 预计使用时间 {timedelta(minutes=length / rate)}')
print(f'[信息] 当前时区:{args.timezone or ''}')
print(f'[信息] 当前时区:{timezone or ''}')
entries = list(filter(lambda it: it.get('locale') == suffix, greetings))
locale = dict(entries[0]) if len(entries) > 0 else None