fix: 增加 AI 匹配失败弹窗并补齐部署配置 (#229)

This commit is contained in:
chengma
2026-08-14 17:48:58 +08:00
parent 03d3cb5ac9
commit 0208dc6b76
11 changed files with 105 additions and 6 deletions
+5
View File
@@ -405,6 +405,11 @@
var open = document.querySelectorAll(".modal-backdrop:not([hidden])");
if (open.length > 0) closeModal(open[open.length - 1]);
});
/* 服务端确认需要立即提醒的错误,页面加载后使用同一套弹窗焦点和关闭规则。 */
document.querySelectorAll("[data-auto-open-modal]").forEach(function (modal) {
openModal(modal);
});
}
/* ── 双击行打开详情弹窗 ────────────────────