feat: Add Cursor application path definition for file modification

- Defined a clear path constant for the Cursor application
- Prepared for future file modification operations
- Improved script configuration with explicit application location
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-02-10 15:53:46 +08:00
parent e3da5eadd1
commit 11cda5b82d

View File

@ -46,7 +46,8 @@ fi
STORAGE_FILE="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json"
BACKUP_DIR="$HOME/Library/Application Support/Cursor/User/globalStorage/backups"
# 定义 Cursor 应用程序路径
CURSOR_APP_PATH="/Applications/Cursor.app"
# 检查权限
check_permissions() {