Files
fastapi_best_architecture/backend/plugin/email/plugin.toml
2025-08-13 18:09:42 +08:00

9 lines
159 B
TOML

[plugin]
summary = '电子邮件'
version = '0.0.1'
description = '发送电子邮件,例如验证码、通知等'
author = 'wu-clan'
[app]
router = ['v1']