updated 添加模式文件

This commit is contained in:
PASSER-BY
2022-10-12 01:23:39 +08:00
parent dab145b187
commit 04f6e83799
16 changed files with 123 additions and 159 deletions

View File

@@ -9,6 +9,11 @@ gulp.task('mini', () => {
// .pipe(rename("zh-HK.html"))
// .pipe(gulp.dest("./"));
gulp.src('dist/relationship-mode.min.js')
.pipe(cht())
.pipe(rename("relationship-mode.zh-HK.min.js"))
.pipe(gulp.dest('dist/'))
return gulp.src('dist/relationship.min.js')
.pipe(cht())
.pipe(rename("relationship.zh-HK.min.js"))