initial-import: 2026-04-11 21:18:55

This commit is contained in:
cfdaily
2026-04-11 21:18:55 +08:00
commit 5e6b2d73eb
264 changed files with 117047 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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