Modified DOUPHP background editor from TinyMCE to Baidu UEditor

The most inconvenient thing about DOUPHP's built-in editor is that you can’t upload pictures in batches.
It will be OK if you modify it to Baidu UEditor
. Three files
have been modified this time. The three files in the templates folder
article.htm
page.htm
product.htm under ADMIN
are
modified to
The two lines of the following code

 <script type="text/javascript" charset="utf-8" src="include/UEditor/ueditor.config.js"></script>
    <script type="text/javascript" charset="utf-8" src="include/UEditor/ueditor.all.min.js"> </script>
    <script type="text/javascript" charset="utf-8" src="include/UEditor/lang/zh-cn/zh-cn.js"></script>
 <script>

In addition, a direct cover compression package is provided

Guess you like

Origin blog.csdn.net/weixin_43446375/article/details/108036666