levie-vans / WeChatAssistant-ForMac

Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)独立加载版。微信双开助手。
248 stars 39 forks source link

同账号多开环境下的资料迁移说明 #14

Open ghost opened 2 years ago

ghost commented 2 years ago

发现似乎使用启动器的不少人不知道如何搬运同一个账号在不同沙盒的聊天记录。 所以发出来方便一下各位。 启动器因为破坏沙盒环境没法和官方版共用数据库,然后处于某些原因,路径是嵌套的。具体如下。

启动器方式:个人用户文件夹/资源库/Containers/微信/Data/Library/Containers/微信/Data/

搬家需要做的就是把这个Containers拉出来,和父级的Containers合并。 不确定过程中开启微信是否影响最终效果,建议关闭微信再操作。

levie-vans commented 2 years ago

安装了插件之后聊天 https://www.mac69.com/z/liaotian.html记录丢失的问题,可以通过迁移聊天记录的方式来解决:

执行以下命令即可迁移聊天记录:

cp -R ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencent.xinWeChat ~/Library/Application\ Support/com.tencent.xinWeChat

同样的,假如是卸载操作,需要把聊天记录迁移回原版微信中,执行以下命令:

cp -R ~/Library/Application\ Support/com.tencent.xinWeChat ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencen

specp @.***> 于2021年11月13日周六 下午7:03写道:

发现似乎使用启动器的不少人不知道如何搬运同一个账号在不同沙盒的聊天记录。 所以发出来方便一下各位。 启动器因为破坏沙盒环境没法和官方版共用数据库,然后处于某些原因,路径是嵌套的。具体如下。

启动器方式:个人用户文件夹/资源库/Containers/微信/Data/Library/Containers/微信/Data/

搬家需要做的就是把这个Containers拉出来,和父级的Containers合并。 不确定过程中开启微信是否影响最终效果,建议关闭微信再操作。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/levie-vans/WeChatAssistant-ForMac/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4RYOKBJLJC74TA2536L3TULZAWNANCNFSM5H6QOOBA .

ghost commented 2 years ago

安装了插件之后聊天 <https://www.mac69.com/z/liaotian.html>记录丢失的问题,可以通过迁移聊天记录的方式来解决: 执行以下命令即可迁移聊天记录: cp -R ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencent.xinWeChat ~/Library/Application\ Support/com.tencent.xinWeChat 同样的,假如是卸载操作,需要把聊天记录迁移回原版微信中,执行以下命令: cp -R ~/Library/Application\ Support/com.tencent.xinWeChat ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencen specp @.***> 于2021年11月13日周六 下午7:03写道: 发现似乎使用启动器的不少人不知道如何搬运同一个账号在不同沙盒的聊天记录。 所以发出来方便一下各位。 启动器因为破坏沙盒环境没法和官方版共用数据库,然后处于某些原因,路径是嵌套的。具体如下。 启动器方式:个人用户文件夹/资源库/Containers/微信/Data/Library/Containers/微信/Data/ 搬家需要做的就是把这个Containers拉出来,和父级的Containers合并。 不确定过程中开启微信是否影响最终效果,建议关闭微信再操作。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#14>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4RYOKBJLJC74TA2536L3TULZAWNANCNFSM5H6QOOBA .

你发的这指令里提到的“~/Library/Application\ Support/com.tencent.xinWeChat”这个路径,我在11.6和12上都试过了,微信压根不会读取呀。无论是11.6上的3.2/3.1还是12上的3.1,用你跟我说的这个选项单启动微信,都没用。

截屏2021-11-17 17 23 27