diff --git a/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js b/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js index d26efc9f..233c15f7 100644 --- a/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js +++ b/ShadowEditor.Web/src/editor/sidebar/ScriptPanel.js @@ -23,16 +23,6 @@ ScriptPanel.prototype.render = function () { parent: this.parent, cls: 'Panel scriptPanel', children: [{ - xtype: 'row', - children: [{ - xtype: 'label', - style: { - color: '#555', - fontWeight: 'bold' - }, - text: '常用脚本' - }] - }, { xtype: 'row', style: { paddingTop: '5px', @@ -43,7 +33,7 @@ ScriptPanel.prototype.render = function () { color: '#555', fontWeight: 'bold' }, - text: '自定义脚本' + text: '脚本列表' }] }, { xtype: 'row',