原图片/软件模版编辑框
修改方法:
一 | 图片模型
1.打开后台目录/templets/album_add.htm找到
替换下面代码
2.打开后台目录/templets/album_edit.htm找到
替换下面代码
二 | 软件模型
1.打开后台目录/templets/soft_add.htm找到
GetEditor(‘body’, ”, 250, ‘Small’);
替换下面代码
GetEditor(‘body’, ”, 250);
2.打开后台目录/templets/soft_edit.htm找到
GetEditor(“body”,$addRow[“introduce”],250,”Small”);
替换下面代码
GetEditor(“body”,$addRow[“introduce”],250);