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

constants.ts 292B

1234567891011121314
  1. /**
  2. * The default time that GIFs will be displayed on the tile.
  3. */
  4. export const GIF_DEFAULT_TIMEOUT = 5000;
  5. /**
  6. * The prefix for formatted GIF messages.
  7. */
  8. export const GIF_PREFIX = 'gif[';
  9. /**
  10. * The Giphy default option for audience rating.
  11. */
  12. export const GIF_DEFAULT_RATING = 'g';