phodal/growth

View on GitHub
src/constants/DOMAIN_NAME.js

Summary

Maintainability
A
0 mins
Test Coverage
const DOMAIN = {
  hello: 'hello, world',
  env: '环境搭建',
  build: '构建系统',
  front: '前端',
  backend: '后台',
  before: '开始之前',
  test: '测试',
  coding: '编码',
  container: '容器',
  server: '服务器',
  configurable: '可配置',
  analytics: '数据分析',
  ux: 'UX',
  ci: '持续集成',
  cd: '持续交付',
  legacy: '遗留系统',
  refactor: '重构',
  retro: '回顾',
  arch: '架构',
};
export default DOMAIN;