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

constants.js 111B

12345
  1. export const SETTINGS_TABS = {
  2. DEVICES: 'devices_tab',
  3. MORE: 'more_tab',
  4. PROFILE: 'profile_tab'
  5. };