Commit b9967f4b authored by 张九刚's avatar 张九刚

删除测试代码

parent d04a40ee
{
"name": "psd-parse-web",
"version": "2.1.1",
"version": "2.1.2",
"main": "src/index.js",
"module": "dist/index.es.js",
"license": "MIT",
......
......@@ -62,7 +62,7 @@
const { x, y, width, height } = page;
console.log("当前选择的mode::", mode);
//如果没有选择适配的情况下,不设置页面的属性,方便给予节点相对布局
let styleObj = mode == 'none' ? {} : { width, height, color: 'green', ...getPageStyle(mode, x, y) };
let styleObj = mode == 'none' ? {} : { width, height, ...getPageStyle(mode, x, y) };
let viewNode = {
name: folderName,
nodeType: 'Div',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment