liweiliang
liweiliang
`In file included from ../deps/byakuren/const/palette.c:55:0: ../deps/byakuren/const/palette.h:62:1: warning: ‘extern’ is not at beginning of declaration [-Wold-style-declaration] const extern bkr_palette_array _default_palette; ^ CC(target) Release/obj.target/byakuren/deps/byakuren/lib/mindiff.o In file included from ../deps/byakuren/lib/mindiff.c:56:0: ../deps/byakuren/lib/../const/palette.h:62:1: warning: ‘extern’...
67tool.com
从vscode 复制代码进编辑器 会保留编辑器内的字体样式 
"leafer-editor": "^1.1.0" 缩小画布的时候小文字会出现问题,大文字没问题 如果画布放得比较大小文字没有问题 希望给出解决方案或修复  
编辑器配置 : new App({ view: viewId, editor: { stroke: '#666666', point: { cornerRadius: 0, editConfig: { editSize: 'font-size' } }, middlePoint: { cornerRadius: 0 }, // circle: { cornerRadius: 0...