From 9aee1a07b81206015defc0bd7fee4ed616b6c1f0 Mon Sep 17 00:00:00 2001 From: wiselike Date: Mon, 17 Oct 2022 09:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dreadme=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=AD=98=E5=9C=A8=E7=9A=84=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 066ee7c..cf7a7cf 100755 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ TinyMCE For Leanote * grunt minify 打包成一个 -* grunt bundle --themes leanote --plugins autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor +* grunt bundle --themes=leanote --plugins=autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor ## 注意 @@ -57,7 +57,7 @@ Displays the various build tasks. Bundle themes and plugins into a single file --------------------------------------------- -`grunt bundle --themes modern --plugins table,paste` +`grunt bundle --themes=modern --plugins=table,paste` Minifies the core, adds the modern theme and adds the table and paste plugin into tinymce.min.js. Contributing to the TinyMCE project