mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-01 03:51:46 +02:00
Add files via upload
This commit is contained in:
@@ -87,6 +87,9 @@ function switchSettingsSection(section) {
|
||||
if (section === 'terminal' && typeof initTerminal === 'function') {
|
||||
setTimeout(initTerminal, 0);
|
||||
}
|
||||
if (section === 'audit' && typeof initAuditLogsSection === 'function') {
|
||||
setTimeout(initAuditLogsSection, 0);
|
||||
}
|
||||
}
|
||||
|
||||
// 打开设置
|
||||
|
||||
Reference in New Issue
Block a user