mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
refactor: Clean up telemetry fields in README.md
- Removed the "lastModified" and "version" fields from the telemetry configuration in README.md, streamlining the documentation. - Updated the "telemetry.sqmId" field to maintain consistency in ID generation instructions. These changes enhance the clarity of the README.md by focusing on essential telemetry information.
This commit is contained in:
parent
21aa297b39
commit
374b509e98
@ -59,9 +59,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
|
||||
"telemetry.machineId": "generate-new-uuid",
|
||||
"telemetry.macMachineId": "generate-new-uuid",
|
||||
"telemetry.devDeviceId": "generate-new-uuid",
|
||||
"telemetry.sqmId": "generate-new-uuid",
|
||||
"lastModified": "2024-01-01T00:00:00.000Z",
|
||||
"version": "2.5.0"
|
||||
"telemetry.sqmId": "generate-new-uuid"
|
||||
}
|
||||
```
|
||||
5. Save the file and restart Cursor
|
||||
@ -154,9 +152,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
|
||||
"telemetry.machineId": "生成新的uuid",
|
||||
"telemetry.macMachineId": "生成新的uuid",
|
||||
"telemetry.devDeviceId": "生成新的uuid",
|
||||
"telemetry.sqmId": "生成新的uuid",
|
||||
"lastModified": "2024-01-01T00:00:00.000Z",
|
||||
"version": "2.5.0"
|
||||
"telemetry.sqmId": "生成新的uuid"
|
||||
}
|
||||
```
|
||||
5. 保存文件并重启 Cursor
|
||||
|
Loading…
x
Reference in New Issue
Block a user