Add files via upload

This commit is contained in:
公明
2026-03-23 02:12:45 +08:00
committed by GitHub
parent 87a2eb9e97
commit ea5a81e14e
17 changed files with 1251 additions and 97 deletions
+3
View File
@@ -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) {