Files
001code-html--cocos/scratch-gui/src/playground/ai.js
2026-09-07 09:55:36 +08:00

10 lines
382 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 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 是否为最新构建');
}
});
}