32a5479086
Use OS machine identifiers (Windows MachineGuid, macOS IOPlatformUUID, Linux machine-id) hashed as deviceId so all accounts on one PC share one license slot. Keep legacy userData/device.id for migration and retire it on re-activation. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
195 B
TypeScript
3 lines
195 B
TypeScript
/** Версия текста EULA; при изменении текста увеличить и запросить повторное принятие. */
|
|
export const EULA_CURRENT_VERSION = 3;
|