Add files via upload

This commit is contained in:
公明
2026-05-20 16:05:40 +08:00
committed by GitHub
parent b1a620bfce
commit a69bc93fa1
6 changed files with 1006 additions and 0 deletions
+3
View File
@@ -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);
}
}
// 打开设置