docs: update docs_v1.0/ documentation
- Fix markdown lint issues (MD030, MD047, MD051, MD028, MD005) - Update AI agents, architecture, implementation docs - Add new identity, face recognition, and API documentation - Remove deprecated face/person API guides
This commit is contained in:
@@ -142,9 +142,9 @@ Content-Type: application/json
|
||||
|
||||
在 Portal 的 `ChunkDetailView.vue` 中,翻譯功能的調用流程如下:
|
||||
|
||||
1. 使用者點擊「翻譯為 繁體中文」按鈕。
|
||||
2. Portal 發送 POST 請求至 `/api/v1/agents/translate`。
|
||||
3. 取得結果後,在不重新整理頁面的情況下更新 UI (顯示 `translated_text`)。
|
||||
1. 使用者點擊「翻譯為 繁體中文」按鈕。
|
||||
2. Portal 發送 POST 請求至 `/api/v1/agents/translate`。
|
||||
3. 取得結果後,在不重新整理頁面的情況下更新 UI (顯示 `translated_text`)。
|
||||
|
||||
```typescript
|
||||
// Portal 前端調用範例
|
||||
|
||||
Reference in New Issue
Block a user