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:
Xx 2024-12-13 16:15:06 +08:00
parent 21aa297b39
commit 374b509e98

View File

@ -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