diff --git a/src/components/admin/AiAssistant.tsx b/src/components/admin/AiAssistant.tsx index a140f85..e63d073 100644 --- a/src/components/admin/AiAssistant.tsx +++ b/src/components/admin/AiAssistant.tsx @@ -241,7 +241,7 @@ export default function AiAssistant({ {hasSelection && (

- 📌 已选中 {selectedText.length} 字,AI 将只处理选中内容 + 📌 已选中 {selectedText?.length} 字,AI 将只处理选中内容

)}