wechat analyser
添加不活跃群分析等等
仿照微信桌面端介面,製作的微信聊天記錄檢視、分析工具。
可以進行聊天記錄歷史查看。
支援聯絡人搜尋。
聊天記錄依照時間倒序-最新的聊天記錄、排在最前面,預設查看最近7天的訊息記錄。
這是因為Mac系統下的Rootless機制導致的——在Rootless機制下,即使你在root權限下,也不能隨心所欲的讀寫所有路徑——而「iTunes備份儲存目錄」(Library/Application Support/MobileSync/ Backup),剛好變成了這樣的目錄。
我目前的解決辦法-關閉Rootless(如果有其他解決方法,歡迎跟帖):
重新啟動按住Command+R,進入恢復模式,開啟Terminal。
鍵入命令csrutil disable
reboot
如果重新打開,用同樣的方法輸入csrutil enable。
大家如果有其他解決辦法,歡迎提供哈。
# 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.