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

constants.ts 237B

123456
  1. /**
  2. * Used to modify initialValue, which is expected to be a decimal value between
  3. * 0 and 1, and converts it to a number representable by an input slider, which
  4. * recognizes whole numbers.
  5. */
  6. export const VOLUME_SLIDER_SCALE = 100;