docs: v1.5.7 动态API提供商管理,OpenCode Go集成,Bug修复

This commit is contained in:
hmo
2026-05-05 15:53:24 +08:00
parent ea29c77fe3
commit 30fbe92b9a
11 changed files with 594 additions and 231 deletions
+5 -1
View File
@@ -1158,7 +1158,11 @@ async function generatePlan() {
if (data.step === 'complete') {
setTimeout(() => {
progressModal.hide();
alert('方案生成成功!');
if (data.ai_error) {
alert('基础方案已生成,但AI报告失败: ' + data.ai_error);
} else {
alert('方案生成成功!');
}
showStudentDetail(currentStudentId);
}, 500);
}