chore: 更新国际化翻译及 UI 组件优化

This commit is contained in:
zl-q
2026-03-30 09:07:30 +08:00
parent 0f3175e303
commit 60318b7aaa
28 changed files with 1360 additions and 66 deletions
@@ -13,6 +13,8 @@ String? mapErrorCodeToL10nKey(
return 'errorGenericSafe';
case 'AGENT_RUN_MESSAGES_INVALID':
return 'errorGenericSafe';
case 'AGENT_INVALID_RUN_ID':
return 'errorGenericSafe';
case 'AGENT_INVALID_LAST_EVENT_ID':
return 'errorAgentInvalidLastEventId';
case 'AGENT_SSE_CONNECTION_LIMIT':