此项目为开源项目,电脑需要安装git和node.js
github地址: https://github.com/geeeeeeeeek/electronic-wechat
# 下载项目
git clone https://github.com/geeeeeeeeek/electronic-wechat.git
# 进入项目目录
cd electronic-wechat# 安装依赖包,成功后出现微信启动页面
npm install&& npm start
我在第一次安装依赖包的时候报错了,我重试一次成功了
把它打包成一个app
可以在文件夹中发现多了一个dist文件夹,其实dist文件夹里面的内容和直接下载压缩包里面的内容一样npm run build:linux
如果电脑没有安装git和node.js,可以直接下载压缩包进行安装(本人推荐)
创建快捷方式到菜单栏里面(下面是我的做法)https://github.com/geeeeeeeeek/electronic-wechat/releases
将解压后的文件夹重命名为wechat,移动到opt目录下
我发现文件夹中没有图标,这个不要紧,可以从项目源码中assets文件夹中复制
sudo gedit /usr/share/applications/wechat.desktop
[Desktop Entry]Name=WechatComment=wechatExec=/opt/wechat/electronic-wechatIcon=/opt/wechat/icon.pngTerminal=falseStartupNotify=trueType=ApplicationCategories=Application;
附上本人ubuntu系统使用微信客户端截图
总结
不支持聊天记录缓存,毕竟基于web网页版的客户端,做成这样已经很不错了