继续多语言处理

This commit is contained in:
xintaofei
2026-03-07 15:49:00 +08:00
parent 931f69c421
commit 6e5219cc10
18 changed files with 466 additions and 234 deletions

View File

@@ -23,6 +23,8 @@ export type AgentType =
export type AppErrorCode =
| "unknown"
| "invalid_input"
| "configuration_missing"
| "configuration_invalid"
| "not_found"
| "already_exists"
| "permission_denied"