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

constants.js 194B

1234567
  1. // @flow
  2. /**
  3. * Z-index for components that are to be rendered like an overlay, to be over
  4. * everything, such as modal-type of components, or dialogs.
  5. */
  6. export const OVERLAY_Z_INDEX = 1000;