Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何升级微信WeChat? #5

Open
ygcaicn opened this issue Apr 21, 2021 · 0 comments
Open

如何升级微信WeChat? #5

ygcaicn opened this issue Apr 21, 2021 · 0 comments

Comments

@ygcaicn
Copy link
Owner

ygcaicn commented Apr 21, 2021

查看微信的所有历史版本:

https://weixin.qq.com/cgi-bin/readtemplate?t=weixin_faq_list

下载安装包:

https://dl.softmgr.qq.com/original/im/WeChatSetup_2.9.0.123.exe

放到~/deepin目录

docker exec -t -u deepin -e WINEPREFIX=/home/deepin/.deepinwine/Deepin-WeChat deepin deepin-wine /home/deepin/WeChatSetup_2.9.0.123.exe

测试WeChatSetup_2.9.0.123可用,其它版本可自行测试!

image

3.0以后版本可以尝试,但是问题比较多。

如何恢复默认版本?

rm -rf ~/deepin/.deepinwine/Deepin-WeChat

下面给出一个扫描官方下载链接的方法:

for i in {1..1024}; do
    url="https://dl.softmgr.qq.com/original/im/WeChatSetup_2.9.5.${i}.exe"
    ret=`curl -s -I $url | grep HTTP`
    echo "$url $ret"
done

image

https://dl.softmgr.qq.com/original/im/WeChatSetup_2.9.5.56.exe

2.9.5及其以上版本(3.x)在winecfg中将windows版本调为windows7及以上时可以看到小程序选项,但是无法正常使用,且会导致公众号内容无法查看。调为Windows XP不显示小程序,公众号浏览正常。

docker exec -t -u deepin -e WINEPREFIX=/home/deepin/.deepinwine/Deepin-WeChat deepin deepin-wine winecfg

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant