Initial commit

This commit is contained in:
2026-01-12 18:30:12 +08:00
commit 214e15c04c
102 changed files with 27857 additions and 0 deletions

20
config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"vmware": {
"vmx_path": "/Volumes/Castor/虚拟机/Jade_Win_11.vmwarevm/Windows 11 64 位 ARM 2.vmx",
"snapshot_name": "快照 3",
"vm_password": "lizhanyuan",
"guest_username": "lzy",
"guest_password": "LIZHANYUAN"
},
"network": {
"vm_ip": "192.168.116.149",
"agent_server_port": 5000
},
"paths": {
"guest_desktop": "C:\\Users\\lzy\\Desktop"
},
"notes": {
"vm_auto_login": "已启用UI自动登录",
"guest_auth": ""
}
}