mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08: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:
parent
e3da5eadd1
commit
11cda5b82d
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user