把节点卡的"已连接时切换先弹确认"逻辑抽成 _onSelect(code,name),节点卡与智能 选择卡共用。点智能选择卡:未连接直接选,已连接/连接中弹确认("切换到「智能选择」?")。 node_connect_confirm_test 增"已连接点智能选择卡弹确认→取消不切"用例。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
未连接(off)点节点直接选→跳连接页(无破坏性,不弹框);已连接/连接中点其他 节点会断开重连,先弹确认框(标题含目标节点名),取消则维持当前连接。新增 nodeSwitchTitle/Body/Confirm 三条文案 + node_connect_confirm_test 覆盖 off/on 两路。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>