可以升级下微信开发工具不
Tofloor
poster avatar
xiaobaixindiruan
deepin
2020-06-06 00:54
Author
提交不了提示版本过低
Reply Favorite View the author
All Replies
avatar
kant
deepin
2020-06-08 20:00
#1
同求同求同求同求同求同求
Reply View the author
avatar
jingle
deepin
2020-06-08 21:05
#2
Reply View the author
avatar
BG7ZAG
deepin
2020-06-08 22:07
#3
我一般都是先安装商店里的,然后去github clone 最新版下来,然后用命令运行
Reply View the author
avatar
xiaobaixindiruan
deepin
2020-06-09 05:49
#4
https://bbs.deepin.org/post/195565
我一般都是先安装商店里的,然后去github clone 最新版下来,然后用命令运行

可以提交 不知道为啥编译不了
Reply View the author
avatar
BG7ZAG
deepin
2020-06-09 16:48
#5
https://bbs.deepin.org/post/195565
可以提交 不知道为啥编译不了

我用的
  1. git clone https://github.com/cytle/wechat_web_devtools.git
  2. cd wechat_web_devtools
  3. # 自动下载最新 `nw.js` , 同时部署目录 `~/.config/wechat_web_devtools/`
  4. ./bin/wxdt install
Copy the Code
Reply View the author
avatar
xiaobaixindiruan
deepin
2020-06-09 17:09
#6

我是说 打开小程序编辑框 普通编译 提示 有耗时什么什么的 其实就是微信自带的示例
Reply View the author
avatar
BG7ZAG
deepin
2020-06-09 17:34
#7
本帖最后由 hlbj105 于 2020-6-9 09:38 编辑
https://bbs.deepin.org/post/195565
我是说 打开小程序编辑框 普通编译 提示 有耗时什么什么的 其实就是微信自带的示例 ...

哦,有这个问题,在他的issue里找到解决方法了,忘了是哪个了
试下
  1. apt-get install wine-binfmt
Copy the Code


Reply View the author
avatar
xiaobaixindiruan
deepin
2020-06-10 06:48
#8
https://bbs.deepin.org/post/195565
哦,有这个问题,在他的issue里找到解决方法了,忘了是哪个了
试下

启动的时候加个参数就可以了 ./wxdt --disable-gpu
Reply View the author
avatar
BG7ZAG
deepin
2020-06-10 16:44
#9
https://bbs.deepin.org/post/195565
启动的时候加个参数就可以了 ./wxdt --disable-gpu

禁用gpu?我的现在可以正常启动
运行
  1. ./wechat_web_devtools/bin/wxdt
Copy the Code
Reply View the author