add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/common/gulp.md Normal file
View File

@@ -0,0 +1,17 @@
# gulp
> JavaScript 任务运行器和流式构建系统。
> 任务在项目根目录的 `gulpfile.js` 中定义。
> 更多信息:<https://github.com/gulpjs/gulp-cli>。
- 运行默认任务:
`gulp`
- 运行单个任务:
`gulp {{task}} {{othertask}}`
- 打印加载的 gulpfile 的任务依赖树:
`gulp --tasks`