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

constants.ts 137B

123456789
  1. /**
  2. * The size of the requested thumbnails.
  3. *
  4. * @type {Object}
  5. */
  6. export const THUMBNAIL_SIZE = {
  7. height: 300,
  8. width: 300
  9. };