Files
sanguo_vnpy/scripts/deployment/mount_nas.scpt
T
2026-04-11 21:18:55 +08:00

8 lines
231 B
AppleScript

tell application "Finder"
try
mount volume "smb://cfdaily:Ccf7561523@192.168.2.154/stock"
on error errMsg
display dialog "挂载NAS失败: " & errMsg buttons {"确定"} default button 1
end try
end tell