File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -99,4 +99,6 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi
99
99
100
100
* 微信保存的路径: ` Data\Documents\WeChat\ (wxid) \FileStorage\File `
101
101
102
+ * 微信测试版保存的路径: ` Data\Documents\xwechat_files\ (wxid) \msg\file `
103
+
102
104
* 其余的请查看 ` Data\Documents `
Original file line number Diff line number Diff line change 12
12
<SandboxFolder>C:\Program Files\Tencent\WeChat</SandboxFolder>
13
13
<ReadOnly>false</ReadOnly>
14
14
</MappedFolder>
15
+ <MappedFolder>
16
+ <HostFolder>.\App\Weixin</HostFolder>
17
+ <SandboxFolder>C:\Program Files\Tencent\Weixin</SandboxFolder>
18
+ <ReadOnly>false</ReadOnly>
19
+ </MappedFolder>
15
20
<MappedFolder>
16
21
<HostFolder>.\App\QQ</HostFolder>
17
22
<SandboxFolder>C:\Program Files (x86)\Tencent\QQ</SandboxFolder>
48
53
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\WeChat</SandboxFolder>
49
54
<ReadOnly>false</ReadOnly>
50
55
</MappedFolder>
56
+ <MappedFolder>
57
+ <HostFolder>.\Data\Roaming\xwechat</HostFolder>
58
+ <SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\xwechat</SandboxFolder>
59
+ <ReadOnly>false</ReadOnly>
60
+ </MappedFolder>
51
61
<MappedFolder>
52
62
<HostFolder>.\Data\Roaming\Tencent</HostFolder>
53
63
<SandboxFolder>C:\Users\WDAGUtilityAccount\AppData\Roaming\Tencent\Tencent</SandboxFolder>
69
79
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\WeChat Files</SandboxFolder>
70
80
<ReadOnly>false</ReadOnly>
71
81
</MappedFolder>
82
+ <MappedFolder>
83
+ <HostFolder>.\Data\Documents\xwechat_files</HostFolder>
84
+ <SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\xwechat_files</SandboxFolder>
85
+ <ReadOnly>false</ReadOnly>
86
+ </MappedFolder>
72
87
<MappedFolder>
73
88
<HostFolder>.\Data\Documents\Tencent</HostFolder>
74
89
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Tencent Files</SandboxFolder>
Original file line number Diff line number Diff line change @@ -3,15 +3,18 @@ md "App\QQ"
3
3
md " App\QQNT"
4
4
md " App\TIM"
5
5
md " App\WeChat"
6
+ md " App\Weixin"
6
7
md " App\WXWork"
7
8
md " App\WeMeet"
8
9
md " App\TencentDocs"
9
10
md " Data\Common Files"
10
11
md " Data\Documents\Tencent"
11
12
md " Data\Documents\WeChat"
13
+ md " Data\Documents\xwechat_files"
12
14
md " Data\Documents\WXWork"
13
15
md " Data\Roaming\Tencent"
14
16
md " Data\Roaming\WeChat"
17
+ md " Data\Roaming\xwechat"
15
18
md " Data\Roaming\TencentDocs"
16
19
md " Data\Roaming\WeMeet"
17
20
md " Data\SysWOW64"
You can’t perform that action at this time.
0 commit comments