7 Commits

Author SHA1 Message Date
danial
66508508f5 feat: add System.Data.SQLite package reference and refactor data handling in API requests 2025-11-11 22:12:42 +08:00
danial
ab02c1e66d chore: update settings and project configuration for improved API request handling and output path 2025-11-11 15:54:42 +08:00
danial
06b0fcce08 chore(build): 更新项目配置和依赖以支持.NET 8
- 在.settings.local.json中添加dotnet clean命令权限
- 更新项目文件以启用不安全的二进制序列化和禁用平台兼容性警告
- 配置调试和发布模式的编译常量及优化选项
- 在解决方案文件中升级Visual Studio版本并添加多平台配置
- 移除FormLogin构造函数中的MessageBox调试代码
- 为过时的WebRequest、WebClient和ServicePointManager API添加编译警告抑制
- 简化异常处理逻辑并在Program.cs中改进启动流程
- 移除多个未使用的局部变量声明
- 添加launchSettings.json以支持开发环境配置
- 在表单构造函数中初始化components容器
- 优化网络请求超时设置并改善错误处理机制
2025-11-10 19:34:27 +08:00
danial
7203d57370 Refactor variable names for clarity and consistency across multiple task files; update encryption methods to use Aes instead of RijndaelManaged. 2025-11-10 17:59:37 +08:00
danial
cb905409f8 Refactor AppleBatch_June project:
- Removed DotRas library dependency in RasTools.cs, providing empty implementations for Connect and Disconnect methods.
- Updated context menu implementation in ReddemHelp.cs to use ToolStripMenuItem and ContextMenuStrip.
- Replaced caching mechanism in SiteHelper.cs with a custom dictionary-based implementation, removing reliance on HttpRuntime.Cache.
- Switched from JavaScriptSerializer to Newtonsoft.Json for JSON serialization/deserialization in multiple files (Tools.cs, addMaterial.cs).
- Added WebHeaderCollection property to HttpItem.cs for better header management.
- Deleted obsolete AssemblyInfo.cs file.
- Introduced apple_balance_query.py for querying Apple ID balance via Privacy Center, implementing authentication and balance retrieval logic.
2025-11-10 17:38:18 +08:00
sunxiaolong
f87e90f55a 添加项目文件。 2024-07-22 00:43:14 +08:00
sunxiaolong
420acddc53 添加 .gitignore 和 .gitattributes。 2024-07-22 00:43:10 +08:00