fix: 处理 AI API 返回为空的情况,提示检查模型名

This commit is contained in:
2026-07-16 05:59:45 +08:00
parent 31c435c410
commit d346b5fc56
3 changed files with 9 additions and 2 deletions
+2
View File
@@ -130,5 +130,7 @@ function handleClose() {
border: 1px solid #e4e7ed;
border-radius: 6px;
padding: 16px;
max-height: 480px;
overflow-y: auto;
}
</style>