mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user