This commit is contained in:
21
backend/app/templates/error_notification.md
Normal file
21
backend/app/templates/error_notification.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## ⚠️ 操作失败
|
||||
|
||||
**错误类型**: {{ error_type }}
|
||||
|
||||
{% if error_message %}
|
||||
**错误详情**: {{ error_message }}
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
|
||||
### 💡 建议操作
|
||||
|
||||
{{ suggestions }}
|
||||
|
||||
---
|
||||
|
||||
{% if retry_count %}
|
||||
> 已重试 {{ retry_count }} {% if max_retries %}/ 最多 {{ max_retries }} 次{% endif %}
|
||||
{% endif %}
|
||||
|
||||
*如果问题持续存在,请联系管理员或稍后重试*
|
||||
Reference in New Issue
Block a user