This commit is contained in:
Evan
2026-09-07 09:55:36 +08:00
parent 9b6892f2ed
commit badbc11154
9098 changed files with 985321 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// ai.html 的 CONFIG 由 head 中的 aiConfig chunk 注入(与 login 同一份 config.js
if (typeof window.__AI_PAGE_BOOTED__ === 'undefined') {
document.addEventListener('DOMContentLoaded', function () {
if (!window.__AI_PAGE_BOOTED__) {
console.warn('[ai.js] 内联 boot 未执行,请检查 ai.html 是否为最新构建');
}
});
}