您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

fixDeviceID.web.js 227B

123456789
  1. /**
  2. * Custom logic for setting the correct device id.
  3. *
  4. * @param {AmplitudeClient} amplitude - The amplitude instance.
  5. * @returns {void}
  6. */
  7. export function fixDeviceID(amplitude) { // eslint-disable-line no-unused-vars
  8. }