feat:新增页面退出登录的逻辑

This commit is contained in:
Roe-xin
2026-01-14 18:32:53 +08:00
parent 606f757699
commit 73a1510de4
3 changed files with 48 additions and 6 deletions

View File

@ -340,6 +340,10 @@ export async function showICHelperPanel(
});
}
break;
case "logout":
// 退出登录
vscode.commands.executeCommand("ic-coder.logout");
break;
// 处理计划操作(只做模式切换,响应已通过 submitAnswer 发送)
case "planAction":
if (message.action === "confirm") {