# 工具集-在线画图draw-web **Repository Path**: lovedesign66/draw-web ## Basic Information - **Project Name**: 工具集-在线画图draw-web - **Description**: 工具集-在线画图draw-web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 特别注意部署或开发时需要在:static\iodraw\config.js配置服务端的地址 # 修改菜单栏距离top的高度,修改属性,App.prototype.menubarHeight # 搜索.geToolbar {修改padding,把toolbar的距离往右移,添加自己的按钮 # 菜单项配置没编前在mxgraph/Menus.js, # 去掉logo , 搜索this.menubarContainer.appendChild(this.appIcon)并去掉即可 # 清除菜单中项:去掉最近打开的:找到并清除this.addSubmenu('openRecent' ## 清除从...打开:找到并清除:this.addSubmenu("openFrom",b,c);