1.打开 /dede(后台目录)/templets/soft_add.htm 找到
<?php GetEditor('body', '', 250, 'Small'); ?>
替换成:
<?php GetEditor('body', '', 250, 'Basic'); ?>
2.打开 /dede(后台目录)/templets/soft_edit.htm
<?php GetEditor("body",$addRow["introduce"],250,"Small"); ?>
替换成:
<?php GetEditor("body",$addRow["introduce"],250,"Basic"); ?>