# Accelerider.Windows **Repository Path**: orangego/Accelerider.Windows ## Basic Information - **Project Name**: Accelerider.Windows - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-31 - **Last Updated**: 2020-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction    百度网盘**不限速**下载客户端,此项目源于[BaiduPanDownloadWinform](https://github.com/ResourceHunter/BaiduPanDownloadWinform),旨在使用[WPF](https://msdn.microsoft.com/en-us/library/mt149842.aspx)技术,为其编写一个更为美观的界面,并且重新设计了软件的架构,使之在应对度娘多变的和谐策略的同时,为UI部分代码的复用提供了可能。此项目基于[MUI](https://github.com/firstfloorsoftware/mui)进行开发,并借助[Prism](https://github.com/PrismLibrary/Prism)框架实现了[界面](https://github.com/ResourceHunter/BaiduPanDownloadWpf/tree/master/BaiduPanDownloadWpf)与[业务逻辑](https://github.com/ResourceHunter/BaiduPanDownloadWpf/tree/master/BaiduPanDownloadWpf.Core)的分离。  # Getting Started 1. 下载代码,并使用Visual Studio(2015+)打开; 0. 选中整个解决方案并右键,选择生成解决方案(build / rebulid); 0. 期间会自动还原NuGet packages,并可能占用一些时间,请耐心等待; 0. **注意**:***从版本 `v0.2.0.79` 开始,用户密码将被加密传输(RSA),但其公钥并没有被提供在开源代码中,所以目前本项目的代码仅供学习交流使用,不可以用于登入服务器;*** 0. 若想启动软件主界面,可以更改`BaiduPanDownloadWpf/Bootstrapper.cs`文件中的`CreateShell()`函数为以下形式: ``` protected override DependencyObject CreateShell() { //return new SignWindow(); return new MainWindow(); } ``` 6. 更多关于此项目的信息,请参考[Contributing](#Contributing) # Screenshots    