feat: 完善登录验证码、订单同步和打包功能

- 添加验证码登录支持(图形验证码显示和输入)
- 修复订单同步,正确解析收件人信息(从logisticses合并)
- 修复API端点配置(user.api.it120.cc)
- 添加Costura.Fody实现单文件EXE打包
- 添加应用图标(app.ico)
- 添加Inno Setup安装脚本(支持Win7+)
- 暂时禁用导入发货功能
- 添加.gitignore文件

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Administrator
2025-12-18 00:05:22 +08:00
parent 473b44510d
commit 0763a2623b
21 changed files with 876 additions and 181 deletions

View File

@@ -34,6 +34,11 @@ namespace PackagingMallShipper.Views
}
}
private void CaptchaImage_Click(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
_viewModel.RefreshCaptchaCommand.Execute(null);
}
private void OnLoginSuccess()
{
OpenMainWindow();