mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-17 00:20:46 +02:00
Add files via upload
This commit is contained in:
@@ -210,6 +210,9 @@ function toggleRoleSelectionPanel() {
|
||||
const isHidden = panel.style.display === 'none' || !panel.style.display;
|
||||
|
||||
if (isHidden) {
|
||||
if (typeof closeAgentModePanel === 'function') {
|
||||
closeAgentModePanel();
|
||||
}
|
||||
panel.style.display = 'flex'; // 使用flex布局
|
||||
// 添加打开状态的视觉反馈
|
||||
if (roleSelectorBtn) {
|
||||
|
||||
Reference in New Issue
Block a user