Skip to content

Commit

Permalink
Merge pull request #39 from Misaka13514/main
Browse files Browse the repository at this point in the history
feat: add Wechat Beta config
  • Loading branch information
empty-233 authored Feb 25, 2025
2 parents 0a46a3a + 95ace6f commit e6ceb83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi

* 微信保存的路径: `Data\Documents\WeChat\ (wxid) \FileStorage\File`

* 微信测试版保存的路径: `Data\Documents\xwechat_files\ (wxid) \msg\file`

* 其余的请查看 `Data\Documents`
15 changes: 15 additions & 0 deletions Tencent.wsb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<SandboxFolder>C:\Program Files\Tencent\WeChat</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\Weixin</HostFolder>
<SandboxFolder>C:\Program Files\Tencent\Weixin</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\App\QQ</HostFolder>
<SandboxFolder>C:\Program Files (x86)\Tencent\QQ</SandboxFolder>
Expand Down Expand Up @@ -48,6 +53,11 @@
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\WeChat</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Roaming\xwechat</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\xwechat</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Roaming\Tencent</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\Tencent</SandboxFolder>
Expand All @@ -69,6 +79,11 @@
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\WeChat Files</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Documents\xwechat_files</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\xwechat_files</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\Data\Documents\Tencent</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Tencent Files</SandboxFolder>
Expand Down
3 changes: 3 additions & 0 deletions mkdir.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ md "App\QQ"
md "App\QQNT"
md "App\TIM"
md "App\WeChat"
md "App\Weixin"
md "App\WXWork"
md "App\WeMeet"
md "App\TencentDocs"
md "Data\Common Files"
md "Data\Documents\Tencent"
md "Data\Documents\WeChat"
md "Data\Documents\xwechat_files"
md "Data\Documents\WXWork"
md "Data\Roaming\Tencent"
md "Data\Roaming\WeChat"
md "Data\Roaming\xwechat"
md "Data\Roaming\TencentDocs"
md "Data\Roaming\WeMeet"
md "Data\SysWOW64"
Expand Down

0 comments on commit e6ceb83

Please sign in to comment.