Merge branch 'feat/back-to-front' into feat/front-end

This commit is contained in:
Roe-xin
2026-01-13 16:24:17 +08:00
5 changed files with 73 additions and 22 deletions

View File

@ -1016,7 +1016,7 @@ export class DialogSession {
if (selection === "去充值") {
// 打开充值页面
vscode.env.openExternal(
vscode.Uri.parse("https://iccoder.com/memberCenter")
vscode.Uri.parse("https://iccoder.com/recharge")
);
}
});