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

@@ -31,16 +31,28 @@
## 开发环境
- Visual Studio 2019 Community
- Visual Studio 2019+ 或 .NET SDK 8.0+
- .NET Framework 4.8 开发工具
## 编译步骤
1. 使用 Visual Studio 2019 打开 `PackagingMallShipper.sln`
### 方式一:命令行编译(推荐)
```bash
# 还原依赖并编译
dotnet build PackagingMallShipper.sln -c Release
# 输出文件位于
bin/Release/net48/PackagingMallShipper.exe
```
### 方式二Visual Studio
1. 使用 Visual Studio 2019+ 打开 `PackagingMallShipper.sln`
2. 还原 NuGet 包
3. 选择 `Release` 配置
4. 生成解决方案
5. 输出文件位于 `bin/Release/` 目录
5. 输出文件位于 `bin/Release/net48/` 目录
## 配置说明
@@ -49,8 +61,8 @@
```xml
<appSettings>
<!-- API工厂配置 -->
<add key="ApiBaseUrl" value="https://user.api.it120.cc" />
<add key="SubDomain" value="vv125s" />
<add key="ApiBaseUrl" value="https://api.it120.cc" />
<add key="SubDomain" value="let5see" />
<!-- 同步配置 -->
<add key="SyncPageSize" value="50" />
@@ -64,7 +76,11 @@
## 使用流程
1. **登录** - 使用API工厂账号登录
1. **登录** - 使用API工厂账号登录
- 输入用户名或手机号
- 输入密码
- 输入图形验证码(点击图片可刷新)
- 首次登录建议勾选"记住用户名"
2. **同步订单** - 点击"同步订单"获取最新订单
3. **查看订单** - 切换状态筛选,搜索订单
4. **发货方式一** - 导出Excel → 填写快递信息 → 导入发货