Files
ailine/backend/app/templates/error_notification.md

22 lines
375 B
Markdown
Raw Normal View History

2026-05-09 01:51:18 +08:00
## ⚠️ 操作失败
**错误类型**: {{ error_type }}
{% if error_message %}
**错误详情**: {{ error_message }}
{% endif %}
---
### 💡 建议操作
{{ suggestions }}
---
{% if retry_count %}
> 已重试 {{ retry_count }} {% if max_retries %}/ 最多 {{ max_retries }} 次{% endif %}
{% endif %}
*如果问题持续存在,请联系管理员或稍后重试*