export const ZH_LOCALE = { command: { build: { describe: '构建模块命令', watch: '使用 Watch 模式构建模块', tsconfig: '指定 tsconfig.json 文件的路径', style_only: '只构建样式文件', platform: '构建其他平台产物', no_tsc: '关闭 tsc 编译', no_clear: '不清理产物目录', }, dev: { describe: '本地开发命令' }, new: { describe: '模块化工程方案中执行生成器', debug: '开启 Debug 模式,打印调试日志信息', config: '生成器运行默认配置(JSON 字符串)', distTag: '生成器使用特殊的 npm Tag 版本', registry: '生成器运行过程中定制 npm Registry', }, }, };