export default class DevModeType { // 系统 static readonly dev: string = 'development' static readonly prod: string = 'production' }