feat: Support batch fetch, and update AI prompt

This commit is contained in:
Gabe
2025-09-03 00:37:35 +08:00
parent 2bfb27f346
commit d4e58fc925
14 changed files with 576 additions and 244 deletions

View File

@@ -26,6 +26,7 @@ export default function DictCont({ text }) {
return;
}
// todo
const dictRes = await apiTranslate({
text,
translator: OPT_TRANS_BAIDU,