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

featureFlag.native.js 292B

1234567
  1. /**
  2. * Everything about recent list on web should be behind a feature flag and in
  3. * order to share code, this alias for the feature flag on mobile is always true
  4. * because we dont need a feature flag for recent list on mobile
  5. * @type {boolean}
  6. */
  7. export const RECENT_LIST_ENABLED = true;