fix: 增加 AI 匹配失败弹窗并补齐部署配置 (#229)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
/* ── 双击行打开详情弹窗 ────────────────────
|
||||
|
||||
Reference in New Issue
Block a user