夜の乐
deepin
2018-04-19 01:02 


Reply Like 0 View the author



https://bbs.deepin.org/post/155519
粘贴文字一样,也是报错退出,版本有问题,请修复
https://bbs.deepin.org/post/155519
还是显示编译错误
https://bbs.deepin.org/post/155519
什么编译错误,这是安装脚本
https://bbs.deepin.org/post/155519
我终端上执行了 curl http://yenole.com/sh/deepin.wechat.dev.sh | sh 微信开发者工具更新 但是重新 ...
https://bbs.deepin.org/post/155519
我这更新成功了,但点击“远程调试”报错:Error: node-sync-ipc is broken,给你提了个issue ...
https://bbs.deepin.org/post/155519
使用的是windows的package.nw,可能有库不支持linux吧
https://bbs.deepin.org/post/155519
https://github.com/cytle/wechat_web_devtools
应该不是吧,上面这个项目之前也遇到过这个问题,后来解 ...
https://bbs.deepin.org/post/155519
https://github.com/cytle/wechat_web_devtools
应该不是吧,上面这个项目之前也遇到过这个问题,后来解 ...
https://bbs.deepin.org/post/155519
已经解决远程调试问题,就是node-sync-ipc库的问题,在linux平台下安装下即可 ...
https://bbs.deepin.org/post/155519
我又使用脚本重新升级了下,但问题还是存在,是我漏了什么?



Popular Events
More
# deepin.apps
deepin wine 应用体验最新版本
### 添加apt源
```
sudo apt edit-sources
deb https://yenole.gitee.io stable main
// 添加公钥
curl https://yenole.gitee.io/sign.pub | s apt-key add -
```
### 微信开发者工具
* 安装方式
```
sudo apt update && sudo apt install deepin.apps.com.wechat.devtools
```
### 微信客户端
* 安装方式
```
sudo apt update && sudo apt install deepin.apps.com.wechat
```
### QQ客户端
* 安装方式
```
curl http://yenole.com/sh/deepin.qq.sh | sh
```
### TIM客户端
* 安装方式
```
sudo apt update && sudo apt install deepin.apps.com.qq.office
```
如果有软件更新可以回帖提出,我看下能不能封装,提供更新方式。
git地址:https://gitee.com/yenole/deepin.apps.git