How to install Wechat's backend platform as a desktop app
- Download Node.js
- Restart your computer
- Open Node.js 's command prompt and install Nativefier.
npm install nativefier -g
- Create a wrapper for Wechat's web app. Enter the following in Node.js
nativefier --name "Wechat" "https://mp.weixin.qq.com/"
- Pin the app to your taskbar!