更新 README 文件以添加针对 Linux 用户的注意事项,说明脚本如何定位 Cursor 安装位置,并确保用户能够通过常见路径访问 Cursor。同时,修正了 README 文件中的中文引号格式,以提升文档的准确性和可读性。

This commit is contained in:
煎饼果子卷鲨鱼辣椒
2025-04-27 12:07:47 +08:00
parent 3f7ae1fbf3
commit e5ea1700bd
4 changed files with 8 additions and 1 deletions

View File

@@ -766,6 +766,7 @@ main() {
echo -e "${BLUE}================================${NC}"
echo
echo -e "${YELLOW}[重要提示]${NC} 本工具优先修改js文件更加安全可靠"
echo -e "${YELLOW}[重要提示]${NC} Linux 用户请注意:脚本将尝试通过检查常用路径 (${BLUE}/usr/bin, /usr/local/bin, \\$HOME/.local/bin, /opt/cursor, /snap/bin${NC}), 使用 ${BLUE}which cursor${NC}, 及搜索 ${BLUE}/usr, /opt, \\$HOME/.local${NC} 来定位 Cursor。若无法找到请确保 Cursor 安装在上述位置之一或可通过这些方法访问。"
echo
# 执行主要功能