A tool for viewing and analyzing WeChat chat records modeled on the WeChat desktop interface.
Chat history can be viewed.
Support contact search.
Chat records are sorted in reverse chronological order - the latest chat records are listed first, and the message records of the last 7 days are viewed by default.
This is caused by the Rootless mechanism under the Mac system - under the Rootless mechanism, even if you have root permissions, you cannot read and write all paths as you like - and the "iTunes backup storage directory" (Library/Application Support/MobileSync/ Backup), it just became such a directory.
My current solution - turning off Rootless (if you have other solutions, please leave a comment):
Restart and hold Command+R to enter recovery mode and open Terminal.
Type the command csrutil disable
reboot
If you reopen it, enter csrutil enable in the same way.
If you have other solutions, please provide them.
# install dependencies, 最好使用yarn install,本人试过: "cnpm install"在这里有问题,npm install则太慢
yarn install
# serve with hot reload at localhost:9080
npm start
# build electron application for production
npm run build
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.