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

constants.js 237B

1234567891011
  1. export const SETTINGS_TABS = {
  2. CALENDAR: 'calendar_tab',
  3. DEVICES: 'devices_tab',
  4. MORE: 'more_tab',
  5. PROFILE: 'profile_tab'
  6. };
  7. /**
  8. * View ID for the Settings modal.
  9. */
  10. export const SETTINGS_VIEW_ID = 'SETTINGS_VIEW_ID';