Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/845669495/WeChatClient
一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。
https://github.com/845669495/WeChatClient
c-sharp prism reactiveui wechat weixin wpf
Last synced: 13 days ago
JSON representation
一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。
- Host: GitHub
- URL: https://github.com/845669495/WeChatClient
- Owner: 845669495
- Created: 2019-05-20T06:59:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:44:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T22:21:04.453Z (26 days ago)
- Topics: c-sharp, prism, reactiveui, wechat, weixin, wpf
- Language: C#
- Homepage:
- Size: 1.36 MB
- Stars: 114
- Watchers: 6
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeChatClient
一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。软件中的图标和表情都是使用网页微信的资源,还有很多功能是待实现的,例如任务栏托盘图标,图片文件发送,截屏,创建群聊等。
项目中用到了prism和reactiveui框架,虽然它们都是MVVM框架,这里用它们做不同的事情。使用prism是为了将应用程序划分为多个离散的、松散耦合的、半独立的组件,使用reactiveui是为了反应式编程。
这里暂时提供一些软件截图。
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/1.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/2.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/3.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/4.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/5.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/6.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/7.png)