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
@@ -943,7 +943,11 @@ async function startGeneratePlan() {
generateModal.hide();
startBtn.disabled = false;
startBtn.textContent = '开始生成';
alert('方案生成成功!');
if (data.ai_error) {
alert('基础方案已生成,但AI报告失败: ' + data.ai_error);
} else {
alert('方案生成成功!');
}
loadPlans();
}, 500);
}