diff --git a/Gulpfile.js b/Gulpfile.js
index 39101d6..8670783 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -136,6 +136,7 @@ gulp.task('devToProHtml', function() {
.pipe(replace(//, '')) // 替换
// .pipe(replace(//, '')) // 替换
.pipe(replace(//, '')) // 替换
+ .pipe(replace('/tinymce/tinymce.js', '/tinymce/tinymce.full.min.js')) // 替换
.pipe(replace(//, "var tinyMCEPreInit = {base: '/public/tinymce', suffix: '.min'};")) // 替换
.pipe(replace(/plugins\/main.js/, "plugins/main.min.js")) // 替换
// 连续两个空行换成一个空行
diff --git a/app/views/note/note-dev.html b/app/views/note/note-dev.html
index f962b4e..106a1d7 100644
--- a/app/views/note/note-dev.html
+++ b/app/views/note/note-dev.html
@@ -889,7 +889,7 @@ var GlobalConfigs = {{.globalConfigs|jsonJs}};
-
+