#!/bin/zsh # 神射手 NAS 版启动脚本 - 打开 192.168.1.201:3117 NAS_URL="http://192.168.1.201:3117" osascript -e "display notification \"正在打开神射手 (NAS)\" with title \"神射手\"" 2>/dev/null open "$NAS_URL" exit 0