修复文档地址错误。

This commit is contained in:
liteng 2018-10-21 15:28:08 +08:00
parent 4d5c6d9ac7
commit a5eba40ecc

View File

@ -46,7 +46,7 @@ HelpMenu.prototype.render = function () {
cls: 'option',
html: '文档',
onClick: () => {
window.open('https://tengge1.github.io/ShadowEditor/docs/release/index.html', '_blank');
window.open('https://tengge1.github.io/ShadowEditor/', '_blank');
}
}, {
xtype: 'div',