Add files via upload

This commit is contained in:
Cola-Echo
2025-12-23 15:20:30 +08:00
committed by GitHub
parent 1fe6d34355
commit 3824a441f6
6 changed files with 75 additions and 464 deletions

View File

@@ -1634,8 +1634,8 @@ function init() {
}
if (typeof jQuery === 'function') {
jQuery(() => init());
jQuery(() => setTimeout(init, 500));
} else {
document.addEventListener('DOMContentLoaded', init, { once: true });
document.addEventListener('DOMContentLoaded', () => setTimeout(init, 500), { once: true });
}