Add files via upload

This commit is contained in:
公明
2026-07-13 18:56:52 +08:00
committed by GitHub
parent 597712a7b9
commit 68e3ead4d7
7 changed files with 365 additions and 0 deletions
+3
View File
@@ -585,6 +585,9 @@ function switchSettingsSection(section) {
activeContent.classList.add('active');
initSettingsCustomSelects(activeContent);
}
if (section === 'robots' && typeof window.loadVulnerabilityAlertSubscription === 'function') {
window.loadVulnerabilityAlertSubscription();
}
if (section === 'terminal' && typeof initTerminal === 'function') {
setTimeout(initTerminal, 0);
}