diff --git a/package-lock.json b/package-lock.json index 1368664a..c40a3e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@icon-park/vue-next": "^1.4.2", "animate.css": "^4.1.1", + "axios": "^1.7.9", "clipboard": "^2.0.11", "crypto-js": "^4.2.0", "dexie": "3.0.3", @@ -1857,6 +1858,21 @@ "node": ">=0.10.0" } }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/axios": { + "version": "1.7.9", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", @@ -2019,6 +2035,17 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/compare-func": { "version": "2.0.0", "resolved": "https://registry.npmmirror.com/compare-func/-/compare-func-2.0.0.tgz", @@ -2260,6 +2287,14 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/delegate": { "version": "3.2.0", "resolved": "https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz", @@ -2715,6 +2750,38 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fs-extra": { "version": "11.2.0", "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.2.0.tgz", @@ -3612,6 +3679,25 @@ "node": ">=8.6" } }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -4228,6 +4314,11 @@ "prosemirror-transform": "^1.1.0" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", @@ -6508,6 +6599,21 @@ "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "axios": { + "version": "1.7.9", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "requires": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", @@ -6640,6 +6746,14 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, "compare-func": { "version": "2.0.0", "resolved": "https://registry.npmmirror.com/compare-func/-/compare-func-2.0.0.tgz", @@ -6822,6 +6936,11 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, "delegate": { "version": "3.2.0", "resolved": "https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz", @@ -7193,6 +7312,21 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, + "follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" + }, + "form-data": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, "fs-extra": { "version": "11.2.0", "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.2.0.tgz", @@ -7911,6 +8045,19 @@ "picomatch": "^2.3.1" } }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -8380,6 +8527,11 @@ "prosemirror-transform": "^1.1.0" } }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "punycode": { "version": "2.3.1", "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", diff --git a/package.json b/package.json index 41f3f3bb..8805b097 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "dependencies": { "@icon-park/vue-next": "^1.4.2", "animate.css": "^4.1.1", + "axios": "^1.7.9", "clipboard": "^2.0.11", "crypto-js": "^4.2.0", "dexie": "3.0.3", diff --git a/public/mocks/layouts.json b/public/mocks/layouts.json new file mode 100644 index 00000000..13cee843 --- /dev/null +++ b/public/mocks/layouts.json @@ -0,0 +1,964 @@ +[ + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "4cbRxp", + "left": 0, + "top": 200, + "width": 546, + "height": 362.5, + "viewBox": [200, 200], + "path": "M 0 0 L 0 200 L 200 200 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "opacity": 0.7, + "rotate": 0 + }, + { + "type": "shape", + "id": "ookHrf", + "left": 0, + "top": 0, + "width": 300, + "height": 320, + "viewBox": [200, 200], + "path": "M 0 0 L 0 200 L 200 200 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "flipV": true, + "rotate": 0 + }, + { + "type": "text", + "id": "AkIh3E", + "left": 355, + "top": 95.11111111111111, + "width": 585, + "height": 116, + "lineHeight": 1.2, + "content": "

输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "wordSpace": 6 + }, + { + "type": "text", + "id": "7stmVP", + "left": 355, + "top": 253.25, + "width": 585, + "height": 56, + "content": "

请在此处输入副标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "line", + "id": "FnpZs4", + "left": 361, + "top": 238, + "start": [0, 0], + "end": [549, 0], + "points": ["", ""], + "color": "{{themeColor}}", + "style": "solid", + "width": 2 + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "text", + "id": "ptNnUJ", + "left": 145, + "top": 148, + "width": 711, + "height": 77, + "lineHeight": 1.2, + "content": "

在此处添加标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "text", + "id": "mRHvQN", + "left": 207.50000000000003, + "top": 249.84259259259264, + "width": 585, + "height": 56, + "content": "

在此处添加副标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "line", + "id": "7CQDwc", + "left": 323.09259259259267, + "top": 238.33333333333334, + "start": [0, 0], + "end": [354.8148148148148, 0], + "points": ["", ""], + "color": "{{themeColor}}", + "style": "solid", + "width": 4 + }, + { + "type": "shape", + "id": "09wqWw", + "left": -27.648148148148138, + "top": 432.73148148148147, + "width": 1056.2962962962963, + "height": 162.96296296296296, + "viewBox": [200, 200], + "path": "M 0 20 C 40 -40 60 60 100 20 C 140 -40 160 60 200 20 L 200 180 C 140 240 160 140 100 180 C 40 240 60 140 0 180 L 0 20 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0 + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "vSheCJ", + "left": 183.5185185185185, + "top": 175.5092592592593, + "width": 605.1851851851851, + "height": 185.18518518518516, + "viewBox": [200, 200], + "path": "M 0 0 L 200 0 L 200 200 L 0 200 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0 + }, + { + "type": "shape", + "id": "Mpwv7x", + "left": 211.29629629629628, + "top": 201.80555555555557, + "width": 605.1851851851851, + "height": 185.18518518518516, + "viewBox": [200, 200], + "path": "M 0 0 L 200 0 L 200 200 L 0 200 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "opacity": 0.7 + }, + { + "type": "text", + "id": "WQOTAp", + "left": 304.9074074074074, + "top": 198.10185185185182, + "width": 417.9629629629629, + "height": 140, + "content": "

感谢观看

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "wordSpace": 5 + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "cql0h8", + "left": 0, + "top": 0, + "width": 352.59259259259255, + "height": 562.5, + "viewBox": [200, 200], + "path": "M 0 0 L 200 0 L 200 200 L 0 200 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0 + }, + { + "type": "shape", + "id": "_RTaF4", + "left": 171.4814814814814, + "top": 100.13888888888887, + "width": 362.22222222222223, + "height": 362.22222222222223, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "rgba(255,255,255,0)", + "fixedRatio": false, + "rotate": 0, + "outline": { + "width": 10, + "color": "{{backgroundColor}}", + "style": "solid" + } + }, + { + "type": "shape", + "id": "UZfo8N", + "left": 216.66666666666663, + "top": 145.32407407407408, + "width": 271.85185185185185, + "height": 271.85185185185185, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{backgroundColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

01

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "ysqtBg", + "left": 561.4814814814814, + "top": 100.1388888888889, + "width": 359.25925925925924, + "height": 80, + "content": "

在此处输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "text", + "id": "lXsoHa", + "left": 572.5925925925925, + "top": 202.3611111111111, + "width": 257.77777777777777, + "height": 260, + "content": "
  1. 在此处输入内容

  2. 在此处输入内容

  3. 在此处输入内容

  4. 在此处输入内容

  5. 在此处输入内容

  6. 在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "lineHeight": 2, + "fill": "{{subColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "EBBnTr", + "left": 360.5996472663139, + "top": 141.8496472663139, + "width": 278.80070546737215, + "height": 278.80070546737215, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": true, + "rotate": 0, + "outline": { + "width": 0, + "color": "{{backgroundColor}}", + "style": "solid" + } + }, + { + "type": "shape", + "id": "gDIWDH", + "left": 456.4373897707231, + "top": 98.287037037037, + "width": 87.12522045855381, + "height": 87.12522045855381, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": true, + "rotate": 0, + "outline": { + "width": 4, + "color": "{{backgroundColor}}", + "style": "solid" + }, + "text": { + "content": "

1

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "shape", + "id": "DUWT7E", + "left": 317.037037037037, + "top": 237.68738977072314, + "width": 87.12522045855381, + "height": 87.12522045855381, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": true, + "rotate": 0, + "outline": { + "width": 4, + "color": "{{backgroundColor}}", + "style": "solid" + }, + "text": { + "content": "

4

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "shape", + "id": "pbhn38", + "left": 456.43738977072303, + "top": 377.08774250440916, + "width": 87.12522045855381, + "height": 87.12522045855381, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": true, + "rotate": 0, + "outline": { + "width": 4, + "color": "{{backgroundColor}}", + "style": "solid" + }, + "text": { + "content": "

3

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "shape", + "id": "CvMKrO", + "left": 595.8377425044091, + "top": 237.6873897707231, + "width": 87.12522045855381, + "height": 87.12522045855381, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": true, + "rotate": 0, + "outline": { + "width": 4, + "color": "{{backgroundColor}}", + "style": "solid" + }, + "text": { + "content": "

2

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "adudHB", + "left": 402.962962962963, + "top": 39.39814814814815, + "width": 194.07407407407408, + "height": 50, + "content": "

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "text", + "id": "9UpDwg", + "left": 402.962962962963, + "top": 473.1018518518518, + "width": 194.07407407407408, + "height": 50, + "content": "

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "text", + "id": "GERdpB", + "left": 111.48148148148151, + "top": 256.25, + "width": 194.07407407407408, + "height": 50, + "content": "

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "text", + "id": "G5qoho", + "left": 691.1111111111111, + "top": 256.25, + "width": 194.07407407407408, + "height": 50, + "content": "

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + }, + { + "type": "shape", + "id": "vdZcI6", + "left": 415.18518518518516, + "top": 196.4351851851852, + "width": 169.62962962962962, + "height": 169.62962962962962, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{backgroundColor}}", + "fixedRatio": false, + "rotate": 0 + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "tYUmrx", + "left": 156.66666666666683, + "top": 149.02777777777771, + "width": 264.4444444444445, + "height": 264.4444444444445, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

01

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "shape", + "id": "0GVHf8", + "left": 342.2222222222223, + "top": 217.17592592592587, + "width": 128.14814814814812, + "height": 128.14814814814812, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{backgroundColor}}", + "fixedRatio": false, + "rotate": 0 + }, + { + "type": "text", + "id": "BO33Sv", + "left": 378.8888888888889, + "top": 235.24999999999994, + "width": 464.4444444444444, + "height": 92, + "content": "

在此处添加标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "text", + "id": "Hj7ttp", + "left": 69.35185185185185, + "top": 49.21759259259262, + "width": 420, + "height": 63, + "lineHeight": 1.2, + "content": "

1.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "FmKMNB", + "left": 69.35185185185185, + "top": 129.28240740740745, + "width": 420, + "height": 384, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "rI7ZeO", + "left": 510.64814814814815, + "top": 49.21759259259262, + "width": 420, + "height": 63, + "lineHeight": 1.2, + "content": "

2.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "KspwGc", + "left": 510.64814814814815, + "top": 129.28240740740745, + "width": 420, + "height": 384, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "text", + "id": "Rx63Jo", + "left": 69.35185185185179, + "top": 51.71759259259262, + "width": 420, + "height": 58, + "lineHeight": 1.2, + "content": "

1.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "ulyuzE", + "left": 69.35185185185179, + "top": 131.78240740740745, + "width": 420, + "height": 129, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "kr35Ca", + "left": 510.6481481481481, + "top": 51.71759259259262, + "width": 420, + "height": 58, + "lineHeight": 1.2, + "content": "

2.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "BNQSpC", + "left": 510.6481481481481, + "top": 131.78240740740745, + "width": 420, + "height": 129, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "Vr38Nu", + "left": 69.35185185185185, + "top": 301.71759259259255, + "width": 420, + "height": 58, + "lineHeight": 1.2, + "content": "

3.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "IwKRSu", + "left": 69.35185185185185, + "top": 381.7824074074074, + "width": 420, + "height": 129, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "0Opr1v", + "left": 510.64814814814815, + "top": 301.71759259259255, + "width": 420, + "height": 58, + "lineHeight": 1.2, + "content": "

4.请输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "4L9Uzz", + "left": 510.64814814814815, + "top": 381.7824074074074, + "width": 420, + "height": 129, + "content": "

在此处输入内容

在此处输入内容

在此处输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "text", + "id": "GdEGxg", + "left": 134.53703703703704, + "top": 127.25, + "width": 152.77777777777777, + "height": 308, + "lineHeight": 1.8, + "content": "

请在此处输入标题

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "wordSpace": 8, + "fill": "{{themeColor}}" + }, + { + "type": "text", + "id": "y5sAfw", + "left": 332.8703703703704, + "top": 127.25, + "width": 532.5925925925926, + "height": 50, + "content": "

请在此处输入内容1

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "VeuocM", + "left": 332.8703703703704, + "top": 212.0648148148148, + "width": 532.5925925925926, + "height": 50, + "content": "

请在此处输入内容2

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "RyFWQe", + "left": 332.8703703703704, + "top": 296.8796296296296, + "width": 532.5925925925926, + "height": 50, + "content": "

请在此处输入内容3

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "text", + "id": "Q56viI", + "left": 332.8703703703704, + "top": 381.69444444444446, + "width": 532.5925925925926, + "height": 50, + "content": "

请在此处输入内容4

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + }, + { + "id": "template", + "elements": [ + { + "type": "shape", + "id": "SUWirT", + "left": 73.8888888888889, + "top": 64.21296296296302, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

1

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "YjzN1M", + "left": 148.70370370370372, + "top": 64.21296296296302, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "shape", + "id": "fS09I7", + "left": 527.5925925925926, + "top": 64.21296296296302, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

2

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "qCnfB1", + "left": 602.4074074074074, + "top": 64.21296296296302, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "shape", + "id": "difAAT", + "left": 73.8888888888889, + "top": 221.25000000000003, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

3

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "EUlvMo", + "left": 148.70370370370372, + "top": 221.25000000000003, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "shape", + "id": "US_9jB", + "left": 527.5925925925926, + "top": 221.25000000000003, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

4

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "243MnQ", + "left": 602.4074074074074, + "top": 221.25000000000003, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "shape", + "id": "Y_KUj0", + "left": 73.8888888888889, + "top": 378.287037037037, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

5

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "9GglMe", + "left": 148.70370370370372, + "top": 378.287037037037, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + }, + { + "type": "shape", + "id": "eSInje", + "left": 527.5925925925926, + "top": 378.287037037037, + "width": 49.629629629629626, + "height": 49.629629629629626, + "viewBox": [200, 200], + "path": "M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z", + "fill": "{{themeColor}}", + "fixedRatio": false, + "rotate": 0, + "text": { + "content": "

6

", + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "align": "middle" + } + }, + { + "type": "text", + "id": "0S3yUg", + "left": 602.4074074074074, + "top": 378.287037037037, + "width": 323.7037037037037, + "height": 120, + "content": "

在此输入内容

在此输入内容

在此输入内容

", + "rotate": 0, + "defaultFontName": "{{fontName}}", + "defaultColor": "{{fontColor}}", + "fill": "{{subColor}}" + } + ], + "background": { + "type": "solid", + "color": "{{backgroundColor}}" + } + } +] \ No newline at end of file diff --git a/public/mocks/slides.json b/public/mocks/slides.json new file mode 100644 index 00000000..d5d12aef --- /dev/null +++ b/public/mocks/slides.json @@ -0,0 +1,184 @@ +[ + { + "id": "test-slide-1", + "elements": [ + { + "type": "shape", + "id": "4cbRxp", + "left": 0, + "top": 200, + "width": 546, + "height": 362.5, + "viewBox": [200, 200], + "path": "M 0 0 L 0 200 L 200 200 Z", + "fill": "#5b9bd5", + "fixedRatio": false, + "opacity": 0.7, + "rotate": 0 + }, + { + "type": "shape", + "id": "ookHrf", + "left": 0, + "top": 0, + "width": 300, + "height": 320, + "viewBox": [200, 200], + "path": "M 0 0 L 0 200 L 200 200 Z", + "fill": "#5b9bd5", + "fixedRatio": false, + "flipV": true, + "rotate": 0 + }, + { + "type": "text", + "id": "idn7Mx", + "left": 355, + "top": 65.25, + "width": 450, + "height": 188, + "lineHeight": 1.2, + "content": "

PPTist

", + "rotate": 0, + "defaultFontName": "", + "defaultColor": "#333" + }, + { + "type": "text", + "id": "7stmVP", + "left": 355, + "top": 253.25, + "width": 585, + "height": 56, + "content": "

基于 Vue 3.x + TypeScript 的在线演示文稿应用

", + "rotate": 0, + "defaultFontName": "", + "defaultColor": "#333" + }, + { + "type": "line", + "id": "FnpZs4", + "left": 361, + "top": 238, + "start": [0, 0], + "end": [549, 0], + "points": ["", ""], + "color": "#5b9bd5", + "style": "solid", + "width": 2 + } + ], + "background": { + "type": "solid", + "color": "#ffffff" + } + }, + { + "id": "test-slide-2", + "elements": [ + { + "type": "text", + "id": "ptNnUJ", + "left": 145, + "top": 148, + "width": 711, + "height": 77, + "lineHeight": 1.2, + "content": "

在此处添加标题

", + "rotate": 0, + "defaultFontName": "", + "defaultColor": "#333" + }, + { + "type": "text", + "id": "mRHvQN", + "left": 207.50000000000003, + "top": 249.84259259259264, + "width": 585, + "height": 56, + "content": "

在此处添加副标题

", + "rotate": 0, + "defaultFontName": "", + "defaultColor": "#333" + }, + { + "type": "line", + "id": "7CQDwc", + "left": 323.09259259259267, + "top": 238.33333333333334, + "start": [0, 0], + "end": [354.8148148148148, 0], + "points": ["", ""], + "color": "#5b9bd5", + "style": "solid", + "width": 4 + }, + { + "type": "shape", + "id": "09wqWw", + "left": -27.648148148148138, + "top": 432.73148148148147, + "width": 1056.2962962962963, + "height": 162.96296296296296, + "viewBox": [200, 200], + "path": "M 0 20 C 40 -40 60 60 100 20 C 140 -40 160 60 200 20 L 200 180 C 140 240 160 140 100 180 C 40 240 60 140 0 180 L 0 20 Z", + "fill": "#5b9bd5", + "fixedRatio": false, + "rotate": 0 + } + ], + "background": { + "type": "solid", + "color": "#fff" + } + }, + { + "id": "test-slide-3", + "elements": [ + { + "type": "shape", + "id": "vSheCJ", + "left": 183.5185185185185, + "top": 175.5092592592593, + "width": 605.1851851851851, + "height": 185.18518518518516, + "viewBox": [200, 200], + "path": "M 0 0 L 200 0 L 200 200 L 0 200 Z", + "fill": "#5b9bd5", + "fixedRatio": false, + "rotate": 0 + }, + { + "type": "shape", + "id": "Mpwv7x", + "left": 211.29629629629628, + "top": 201.80555555555557, + "width": 605.1851851851851, + "height": 185.18518518518516, + "viewBox": [200, 200], + "path": "M 0 0 L 200 0 L 200 200 L 0 200 Z", + "fill": "#5b9bd5", + "fixedRatio": false, + "rotate": 0, + "opacity": 0.7 + }, + { + "type": "text", + "id": "WQOTAp", + "left": 304.9074074074074, + "top": 198.10185185185182, + "width": 417.9629629629629, + "height": 140, + "content": "

感谢观看

", + "rotate": 0, + "defaultFontName": "", + "defaultColor": "#333", + "wordSpace": 5 + } + ], + "background": { + "type": "solid", + "color": "#fff" + } + } +] \ No newline at end of file diff --git a/public/mocks/template.json b/public/mocks/template.json new file mode 100644 index 00000000..0ac89334 --- /dev/null +++ b/public/mocks/template.json @@ -0,0 +1 @@ +{"title":"未命名演示文稿","width":1000,"height":562.5,"slides":[{"id":"kXIk-2p5GV","elements":[{"type":"shape","id":"08eMhOIES5","left":0,"top":0,"width":1000,"height":281.25,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"CZdIjR_Gpv","left":0,"top":281.25,"width":1000,"height":281.25,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(242, 242, 242)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"EQDezgGTee","left":40,"top":40,"width":920,"height":482,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"shadow":{"h":4,"v":4,"blur":8,"color":"rgba(128, 128, 128, 0.13)"},"lock":true},{"type":"text","id":"vw6nysUqHb","left":90.00000000000006,"top":170,"width":820,"height":101,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"sO32lih4vG","left":90,"top":292.1268090154214,"width":820,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"7F6wpKv3mT","left":395.08600237247924,"top":281.41660735468577,"start":[0,0],"end":[209.82799525504151,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1},{"type":"text","id":"e1tf1Fv94x","left":420,"top":410,"width":160,"height":44,"content":"

演讲人:XXX

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"shape","id":"KprH-Gfy2J","left":53.347697953736684,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"bOi5kaJXbz","left":910,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"HgW-Hf_ji8","left":910,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"kSRPab7QQJ","left":53.347697953736684,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.1],"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"tjfBNPB70b","elements":[{"type":"shape","id":"y0Mco1a0uE","left":71.7,"top":-71.7,"width":562.5,"height":706.1,"viewBox":[200,200],"path":"M 200 0 L 200 200 L 0 200 L 0 100 L 200 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"lock":true},{"type":"shape","id":"EYa07PGTyk","left":394.9195624869166,"top":-42.21956248691647,"width":563.2850115135022,"height":647.2241364873352,"viewBox":[200,200],"path":"M 200 0 L 200 200 L 0 200 L 0 100 L 200 0 Z","fill":"rgb(242, 242, 242)","fixedRatio":false,"rotate":90,"lock":true,"flipH":true,"flipV":true},{"type":"shape","id":"MB2oWTjZe4","left":40,"top":40,"width":920,"height":482,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"shadow":{"h":4,"v":4,"blur":8,"color":"rgba(128, 128, 128, 0.13)"},"lock":true},{"type":"text","id":"SeI1sVwNiG","left":90.00000000000006,"top":170,"width":820,"height":101,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"khtEg75GxA","left":90,"top":292.1268090154214,"width":820,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"H2fgymCS6k","left":395.08600237247924,"top":281.41660735468577,"start":[0,0],"end":[209.82799525504151,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1},{"type":"text","id":"Nxu5Tj5yLo","left":420,"top":410,"width":160,"height":44,"content":"

演讲人:XXX

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"shape","id":"Can367LAX4","left":53.347697953736684,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"PpwE7xcqYR","left":910,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"eHJOQ2Keub","left":910,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"7JyVkHXUuO","left":53.347697953736684,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.1],"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"TJaL3WU3OI","elements":[{"type":"shape","id":"BfMUge-JhW","left":527.5,"top":-63.8,"width":690,"height":690,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"outline":{"width":1,"color":"rgb(155, 0, 0)","style":"solid"},"lock":false},{"type":"image","id":"OoWeIcEWjW","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":665,"height":665,"left":540,"top":-51.3,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%","opacity":"100%"},"lock":true},{"type":"shape","id":"erml8zJNbk","left":0,"top":0,"width":1000,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#00000000","fixedRatio":false,"rotate":0,"outline":{"width":20,"color":"rgb(155, 0, 0)","style":"solid"},"lock":true},{"type":"text","id":"oceR4eX40A","left":35,"top":136.5,"width":470,"height":80,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"GNHoTH7Jup","left":50,"top":231.1011862396204,"start":[0,0],"end":[200.93119810201662,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1,"lock":true},{"type":"text","id":"NRraxaj2D1","left":35,"top":252.5,"width":450,"height":92,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"text","id":"cIC8jvn_Z4","left":35,"top":489.3069988137604,"width":160,"height":44,"content":"

演讲人:XXX

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"Ig3okv2GD3","elements":[{"type":"shape","id":"reBg52YguE","left":0,"top":110,"width":550,"height":150,"viewBox":[550,150],"path":"M 0 71.0204081632653 L 0 0 L 471.0204081632653 0 L 550 78.9795918367347 L 550 150 L 78.9795918367347 150 Z","fill":"rgba(126,0,1,1)","fixedRatio":false,"rotate":0,"pathFormula":"cutRectDiagonal","keypoints":[0.5265306122448979],"lock":true},{"type":"shape","id":"wAtZoUzV6w","left":450,"top":302.5,"width":550,"height":150,"viewBox":[550,150],"path":"M 0 85.56122448979592 L 0 0 L 485.5612244897959 0 L 550 64.43877551020408 L 550 150 L 64.43877551020408 150 Z","fill":"rgba(126,0,1,1)","fixedRatio":false,"rotate":0,"pathFormula":"cutRectDiagonal","keypoints":[0.4295918367346939],"lock":true},{"type":"shape","id":"Y0sk_aGgIQ","left":0,"top":142.60824436536183,"width":1000,"height":277.2835112692764,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgba(155,0,0,1)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"Nmxl2Rt9L1","left":275,"top":179.6,"width":680,"height":92,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"hch7tgJCHQ","left":290.1720047449585,"top":281.25,"start":[0,0],"end":[154.22301304863583,0],"points":["",""],"color":"#ffffff","style":"solid","width":1},{"type":"text","id":"-VWgmwaGfW","left":275,"top":290,"width":680,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"image","id":"_FiPePOmeY","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":180,"height":180,"left":48,"top":185,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"}}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"6GLogPqriJ","elements":[{"type":"shape","id":"Y4ae94Ie45","left":-40,"top":-20,"width":1080,"height":241.66381969157771,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"3Yilhyf92k","left":430.00000000000006,"top":151.66381969157771,"width":140,"height":140,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"lock":true},{"type":"image","id":"zHPeHrIi3D","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":120,"height":120,"left":440,"top":161.66381969157771,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"}},{"type":"shape","id":"uD3cRxHZWi","left":0,"top":0,"width":1000,"height":120,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"nRn-DroU4w","left":90.00000000000001,"top":300,"width":820,"height":92,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"text","id":"0pgMWan6aV","left":90,"top":423.4,"width":820,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"xAXNOo7MeN","left":395.0860023724791,"top":400,"start":[0,0],"end":[209.82799525504151,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"M5EWb7alWV","elements":[{"type":"image","id":"5K8rEeftgm","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":666.6666666666667,"left":0,"top":-104.16666666666679,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"shape","id":"G5NwzjFclS","left":0,"top":131.3,"width":1000,"height":300,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"1kQyRPdT5i","left":159.99999999999997,"top":200.99679715302491,"width":680,"height":92,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"title"},{"type":"line","id":"6jY84wtX3o","left":252.36654804270455,"top":302.69679715302493,"start":[0,0],"end":[500.4567022538553,0],"points":["",""],"color":"#ffffff","style":"solid","width":1},{"type":"text","id":"gDc8p6viO7","left":159.99999999999997,"top":311.3967971530249,"width":680,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"Ze-TCzvwUG","elements":[{"type":"image","id":"uTV1_D7DfX","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":666.6666666666667,"left":0,"top":-104.16666666666679,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"shape","id":"o19qUSU7ai","left":230,"top":11.250000000000021,"width":540,"height":540,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#00000000","fixedRatio":true,"rotate":0,"opacity":0.7,"lock":true,"outline":{"width":2,"color":"rgb(155, 0, 0)","style":"solid"}},{"type":"shape","id":"2l3GAMBdQu","left":240,"top":21.25000000000002,"width":520,"height":520,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"LJqSOpBLXv","left":262.3131672597865,"top":192.04999999999998,"width":476.1150652431791,"height":80,"content":"

模板封面标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"shadow":{"h":1,"v":1,"blur":2,"color":"#000000"},"textType":"title"},{"type":"line","id":"8x08nDGai5","left":451.80308422301306,"top":281.75,"start":[0,0],"end":[91.20403321470945,0],"points":["",""],"color":"#ffffff","style":"solid","width":1},{"type":"text","id":"V1UIKVQwkd","left":262.3,"top":302.5,"width":476.1,"height":68,"content":"

模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板封面正文模板

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"}],"background":{"type":"solid","color":"#fff"},"type":"cover"},{"id":"uJPiN54fD5","elements":[{"type":"image","id":"ZtKNETIb41","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":375,"height":562.5,"left":625,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":true},{"type":"text","id":"Tm1uVcBxFQ","left":35,"top":38,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"zqe8Pc3ZuR","left":41.81958036773428,"top":108.77593045670226,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"shape","id":"NsxV-dUQmA","left":53.16477609727165,"top":160.12468490510082,"width":108.76156583629896,"height":22.24199288256228,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"J7kOh8JeiY","left":53.16477609727165,"top":182.3666777876631,"start":[0,0],"end":[509.3416370106761,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"4hYHUNjxcI","left":54.28310349940691,"top":263.3699881376038,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"PO69sOwIRm"},{"type":"text","id":"JbHXv-jwAp","left":109.78310349940685,"top":260.3699881376038,"width":477.1055753262159,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"PO69sOwIRm","textType":"item"},{"type":"shape","id":"P-hT-taXfc","left":54.28310349940697,"top":345.0386318703042,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"A4PgK8VbWv"},{"type":"text","id":"_Mhm8IPoeC","left":109.78310349940685,"top":342.0386318703042,"width":477.1055753262159,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"A4PgK8VbWv","textType":"item"},{"type":"shape","id":"RRFXpX7dMJ","left":54.283103499406934,"top":426.7072756030046,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"c_d19VuyFk"},{"type":"text","id":"iebpmfQkLn","left":109.78310349940682,"top":423.7072756030046,"width":477.1055753262159,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"c_d19VuyFk","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"NiUyMjTI1t","elements":[{"type":"image","id":"ukRhyDTJpp","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":375,"height":562.5,"left":625,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":true},{"type":"text","id":"a_pG2KInvn","left":35,"top":38,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"6X_TLIRtku","left":41.81958036773428,"top":108.77593045670226,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"shape","id":"uscgVOGoKp","left":53.16477609727165,"top":160.12468490510082,"width":108.76156583629896,"height":22.24199288256228,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"_-vZSiwjjl","left":53.16477609727165,"top":182.3666777876631,"start":[0,0],"end":[509.3416370106761,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"1WewrW23vd","left":54.28310349940691,"top":239.64519572953736,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"wRHTxseu8X"},{"type":"text","id":"qOSj-_Iksc","left":109.78310349940685,"top":236.64519572953736,"width":477.1055753262159,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"wRHTxseu8X","textType":"item"},{"type":"shape","id":"KcLqDltjuJ","left":54.28310349940697,"top":311.757624884671,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"ph-045N4IR"},{"type":"text","id":"uCZV2V3EGU","left":109.78310349940685,"top":308.757624884671,"width":477.1055753262159,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"ph-045N4IR","textType":"item"},{"type":"shape","id":"cy9mcj9w-7","left":54.283103499406934,"top":383.87005403980464,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"t0QeiMnYxs"},{"type":"text","id":"HqQw8YPSWT","left":109.78310349940682,"top":380.87005403980464,"width":477.1055753262159,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"t0QeiMnYxs","textType":"item"},{"type":"shape","id":"SavxO7RK8B","left":53.16477609727165,"top":455.9824831949382,"width":50,"height":50,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"qIf7NBhUL3"},{"type":"text","id":"7B7eEDsWMt","left":108.6647760972715,"top":452.9824831949382,"width":477.1055753262159,"height":56,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"qIf7NBhUL3","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"PTWvk4QbYG","elements":[{"type":"image","id":"Qcak01gnIx","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":375,"height":562.5,"left":625,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":true},{"type":"text","id":"uJcNgejxxA","left":35,"top":38,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"mwJZ1UXrTT","left":41.81958036773428,"top":108.77593045670226,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"shape","id":"J-0kr4PSDg","left":53.16477609727165,"top":160.12468490510082,"width":108.76156583629896,"height":22.24199288256228,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"ZNMQa2Lyo_","left":53.16477609727165,"top":182.3666777876631,"start":[0,0],"end":[509.3416370106761,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"ux7o93_8Op","left":53.16477609727165,"top":225.47319098457888,"width":42,"height":42,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"zKQppLcaqI"},{"type":"text","id":"tURcpO8_l6","left":108.66477609727158,"top":221.47319098457888,"width":477.1055753262159,"height":50,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"zKQppLcaqI","textType":"item"},{"type":"shape","id":"nY0SWXkbR1","left":53.16477609727165,"top":289.67915183867126,"width":42,"height":42,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"RrIJE9pdWc"},{"type":"text","id":"sjZ5K93oph","left":108.66477609727158,"top":285.67915183867126,"width":477.1055753262159,"height":50,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"RrIJE9pdWc","textType":"item"},{"type":"shape","id":"2HOFgxIus2","left":53.16477609727165,"top":353.88511269276376,"width":42,"height":42,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"CzdMna3yBC"},{"type":"text","id":"fJSS37C0iG","left":108.66477609727156,"top":349.88511269276376,"width":477.1055753262159,"height":50,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"CzdMna3yBC","textType":"item"},{"type":"shape","id":"1roTR2aClJ","left":53.16477609727165,"top":418.09107354685625,"width":42,"height":42,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"pprzYNWcDJ"},{"type":"text","id":"8qnjos4GWL","left":108.66477609727153,"top":414.09107354685625,"width":477.1055753262159,"height":50,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"pprzYNWcDJ","textType":"item"},{"type":"shape","id":"ZZgrM5VxX7","left":53.16477609727165,"top":482.29703440094875,"width":42,"height":42,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

05

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"WDdG00h6TZ"},{"type":"text","id":"Lcxo5znUms","left":108.6647760972715,"top":478.29703440094875,"width":477.1055753262159,"height":50,"content":"

目录项五

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"WDdG00h6TZ","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"MHINWXDKcu","elements":[{"type":"image","id":"zHlyXN_XhR","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":380,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"}},{"type":"shape","id":"62YosrZnSJ","left":0,"top":0,"width":380,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"JD68tsV8iy","left":89.99999999999999,"top":218.56666110616848,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"wwphTssJzw","left":69.89323843416368,"top":289.34259156287067,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"line","id":"I-a5cWhf7r","left":143.2918149466193,"top":343.93333889383155,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"jbTGR0TNP5","left":980,"top":127.40954922894423,"width":20,"height":307.6809015421115,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"Q_sXtNVDjm","left":348.7892052194544,"top":145.46991616004348,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"zG57qRrH3p"},{"type":"shape","id":"VDsjIaHr9U","left":358.7892052194544,"top":155.46991616004348,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"zG57qRrH3p"},{"type":"text","id":"ZfgWx2TQgl","left":477.76264086595495,"top":177.4699161600434,"width":457.4436536180308,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"zG57qRrH3p","textType":"item"},{"type":"shape","id":"bK-ERLdxaC","left":348.7892052194544,"top":297.03008383995655,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"5gY-mODH09"},{"type":"shape","id":"jkre1O7R9l","left":358.7892052194544,"top":307.03008383995655,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"5gY-mODH09"},{"type":"text","id":"rov15FT-jt","left":477.76264086595495,"top":329.03008383995666,"width":457.4436536180308,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"5gY-mODH09","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"tWC8G5BqAK","elements":[{"type":"image","id":"nv5fEUdLIB","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":380,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"}},{"type":"shape","id":"qhLm_ASdzT","left":0,"top":0,"width":380,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"JLl-3f6Ejs","left":89.99999999999999,"top":218.56666110616848,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"09SvWy2cOa","left":69.89323843416368,"top":289.34259156287067,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"line","id":"rPK5fc6rct","left":143.2918149466193,"top":343.93333889383155,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"YqNWz1O1rp","left":980,"top":127.40954922894423,"width":20,"height":307.6809015421115,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"UUXzppr8mf","left":348.7892052194544,"top":94.3504349545274,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"5b76uwO9k2"},{"type":"shape","id":"gceVUBFGeo","left":358.7892052194544,"top":104.3504349545274,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"5b76uwO9k2"},{"type":"text","id":"XLz4Rs78cC","left":477.76264086595495,"top":126.35043495452732,"width":457.4436536180308,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"5b76uwO9k2","textType":"item"},{"type":"shape","id":"yBZU0RofJQ","left":348.7892052194544,"top":221.25000000000003,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"9ml-rndu4C"},{"type":"shape","id":"SDEhz0W9Q1","left":358.7892052194544,"top":231.25000000000003,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"9ml-rndu4C"},{"type":"text","id":"sQTrLai2P3","left":477.76264086595495,"top":253.25000000000014,"width":457.4436536180308,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"9ml-rndu4C","textType":"item"},{"type":"shape","id":"PhV_ZJgWY-","left":348.7892052194544,"top":348.14956504547257,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"prqvT1lb5L"},{"type":"shape","id":"xx9LOxrA5K","left":358.7892052194544,"top":358.14956504547257,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"prqvT1lb5L"},{"type":"text","id":"ii7nMSNT6j","left":477.76264086595495,"top":380.1495650454727,"width":457.4436536180308,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"prqvT1lb5L","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"g6f6TZLQ-e","elements":[{"type":"image","id":"TLWtAulBgl","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":380,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"}},{"type":"shape","id":"mBWzxOtpl7","left":0,"top":0,"width":380,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"W7-5uEhenb","left":89.99999999999999,"top":218.56666110616848,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"GFiH4aOlVi","left":69.89323843416368,"top":289.34259156287067,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"line","id":"xmYdtSeupe","left":143.2918149466193,"top":343.93333889383155,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"_6dhSGZNzw","left":980,"top":127.40954922894423,"width":20,"height":307.6809015421115,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"23J7EoYcvo","left":348.7892052194544,"top":30.90065243179108,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"yuuu9AqvbJ"},{"type":"shape","id":"IdwYNIcB_8","left":358.7892052194544,"top":40.90065243179108,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"yuuu9AqvbJ"},{"type":"text","id":"jB2EI0GEN1","left":477.76264086595495,"top":62.90065243179101,"width":457.4436536180308,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"yuuu9AqvbJ","textType":"item"},{"type":"shape","id":"12Ox6L-pC1","left":348.7892052194544,"top":157.80021747726371,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"i3OBIbu8_V"},{"type":"shape","id":"ggerWjhor9","left":358.7892052194544,"top":167.80021747726371,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"i3OBIbu8_V"},{"type":"text","id":"xAf-hw5Dua","left":477.76264086595495,"top":189.80021747726383,"width":457.4436536180308,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"i3OBIbu8_V","textType":"item"},{"type":"shape","id":"1p7I6K3uPt","left":348.7892052194544,"top":284.69978252273626,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"dPVAFHST_M"},{"type":"shape","id":"ptnuEmU_6b","left":358.7892052194544,"top":294.69978252273626,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"dPVAFHST_M"},{"type":"text","id":"eJZlvwXRMR","left":477.76264086595495,"top":316.69978252273637,"width":457.4436536180308,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"dPVAFHST_M","textType":"item"},{"type":"shape","id":"azoRXLmEXd","left":348.7892052194544,"top":411.5993475682089,"width":120,"height":120,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"VpTyGfhVtn"},{"type":"shape","id":"BG78Y0hX8r","left":358.7892052194544,"top":421.5993475682089,"width":100,"height":100,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"VpTyGfhVtn"},{"type":"text","id":"HJ2UddRHH1","left":477.76264086595495,"top":443.599347568209,"width":457.4436536180308,"height":56,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"VpTyGfhVtn","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"t91IxbASO1","elements":[{"type":"image","id":"4mAui6dS07","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":380,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"}},{"type":"shape","id":"JrJDbPsM_d","left":0,"top":0,"width":380,"height":562.5,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"11uXba-828","left":89.99999999999999,"top":218.56666110616848,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1},{"type":"text","id":"ryrlUxmLww","left":69.89323843416368,"top":289.34259156287067,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1},{"type":"line","id":"1vk-tUCc9q","left":143.2918149466193,"top":343.93333889383155,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"wJJB6NO93Y","left":980,"top":127.40954922894423,"width":20,"height":307.6809015421115,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"vI4XorsvCr","left":352.5069988137604,"top":48.44869791666663,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"m3n9FVgvZ3"},{"type":"shape","id":"WQ7naPOr5U","left":357.5069988137604,"top":53.44869791666663,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"m3n9FVgvZ3"},{"type":"text","id":"NUhxmKOneb","left":443.65825177935943,"top":60.44869791666664,"width":484.8754448398576,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"m3n9FVgvZ3","textType":"item"},{"type":"shape","id":"gQByI68ApY","left":352.5069988137604,"top":144.8493489583333,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"l6WlYtNe4z"},{"type":"shape","id":"4hcVXH0V-7","left":357.5069988137604,"top":149.8493489583333,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"l6WlYtNe4z"},{"type":"text","id":"x60rRjj-1x","left":443.65825177935943,"top":156.8493489583333,"width":484.8754448398576,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"l6WlYtNe4z","textType":"item"},{"type":"shape","id":"J62INQbiOj","left":352.5069988137604,"top":241.25,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"Bw3rpS60YB"},{"type":"shape","id":"zvV2nPn9gB","left":357.5069988137604,"top":246.25,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"Bw3rpS60YB"},{"type":"text","id":"gDP2BIDLjl","left":443.65825177935943,"top":253.25,"width":484.8754448398576,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"Bw3rpS60YB","textType":"item"},{"type":"shape","id":"WOWJtmL_jf","left":352.5069988137604,"top":337.65065104166666,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"duDCFGS3DL"},{"type":"shape","id":"BpKLDKtdtb","left":357.5069988137604,"top":342.65065104166666,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"duDCFGS3DL"},{"type":"text","id":"SX60yCZAey","left":443.65825177935943,"top":349.65065104166666,"width":484.8754448398576,"height":56,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"duDCFGS3DL","textType":"item"},{"type":"shape","id":"zt6cjvyqdN","left":352.5069988137604,"top":434.0513020833333,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"2YH4PJ96Pn"},{"type":"shape","id":"8KHsspo9_r","left":357.5069988137604,"top":439.0513020833333,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

05

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"2YH4PJ96Pn"},{"type":"text","id":"svVzCFxLrG","left":443.65825177935943,"top":446.0513020833333,"width":484.8754448398576,"height":56,"content":"

目录项五

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"2YH4PJ96Pn","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"QxuGnAxoDx","elements":[{"type":"shape","id":"BgymxWXex9","left":-185.79014679715303,"top":0,"width":626.4827995255042,"height":562.5,"viewBox":[626.4827995255042,562.5],"path":"M 183.23276661543684 0 L 626.4827995255042 0 L 443.2500329100674 562.5 L 0 562.5 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"parallelogramLeft","keypoints":[0.29247852735017893],"opacity":1,"lock":true},{"type":"shape","id":"jhnv5L2biR","left":892.2004744958481,"top":223.00295857988155,"width":378.1138790035588,"height":339.4970414201184,"viewBox":[378.1138790035588,339.4970414201184],"path":"M 110.59019050162462 0 L 378.1138790035588 0 L 267.5236885019342 339.4970414201184 L 0 339.4970414201184 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"parallelogramLeft","keypoints":[0.29247852735017893],"lock":true},{"type":"text","id":"y35uExeUzU","left":60.758007117437714,"top":151.4966729685647,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":1,"v":1,"blur":4,"color":"rgb(36, 36, 36)"}},{"type":"text","id":"kbbBHTubis","left":40.651245551601406,"top":222.27260342526742,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1,"shadow":{"h":1,"v":1,"blur":4,"color":"#000000"}},{"type":"line","id":"2V5-f9kAIY","left":114.04982206405703,"top":276.86335075622844,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"k4esPRUbHX","left":381.4215895610912,"top":24.7239055086002,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"s0YIX4YbCr"},{"type":"shape","id":"0xZA7mOoKz","left":386.4215895610912,"top":29.7239055086002,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"s0YIX4YbCr"},{"type":"text","id":"xlzfNCtr7W","left":472.57284252669024,"top":36.72390550860021,"width":484.8754448398576,"height":56,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"s0YIX4YbCr","textType":"item"},{"type":"shape","id":"88rrrYpnhm","left":346.52835112692753,"top":132.40843833709073,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"_fMWZtddj6"},{"type":"shape","id":"kFmIjHskCp","left":351.52835112692753,"top":137.40843833709073,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"_fMWZtddj6"},{"type":"text","id":"s86I7hEGJE","left":437.6796040925266,"top":144.40843833709073,"width":484.8754448398576,"height":56,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"_fMWZtddj6","textType":"item"},{"type":"shape","id":"QsLHC0TkQ2","left":311.63511269276387,"top":240.09297116558128,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"GoRxtAKnun"},{"type":"shape","id":"6AV3bmjHZ5","left":316.63511269276387,"top":245.09297116558128,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"GoRxtAKnun"},{"type":"text","id":"w2YUUIJqWM","left":402.7863656583629,"top":252.09297116558128,"width":484.8754448398576,"height":56,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"GoRxtAKnun","textType":"item"},{"type":"shape","id":"RqchkcedVe","left":276.7418742586002,"top":347.7775039940718,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"Wu4MhOiuab"},{"type":"shape","id":"w4SFYUort2","left":281.7418742586002,"top":352.7775039940718,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"Wu4MhOiuab"},{"type":"text","id":"wOAbx8IN9Y","left":367.89312722419925,"top":359.7775039940718,"width":484.8754448398576,"height":56,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"Wu4MhOiuab","textType":"item"},{"type":"shape","id":"mv0oMoU8of","left":241.84863582443657,"top":455.46203682256237,"width":80,"height":80,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"5WVonPE_un"},{"type":"shape","id":"wTgWN7Zxf3","left":246.84863582443657,"top":460.46203682256237,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

05

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"5WVonPE_un"},{"type":"text","id":"6IisXuOhoQ","left":332.9998887900357,"top":467.46203682256237,"width":484.8754448398576,"height":56,"content":"

目录项五

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"5WVonPE_un","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"JFJa-dA-F3","elements":[{"type":"shape","id":"aiL3lSEcUr","left":-185.79014679715303,"top":0,"width":626.4827995255042,"height":562.5,"viewBox":[626.4827995255042,562.5],"path":"M 183.23276661543684 0 L 626.4827995255042 0 L 443.2500329100674 562.5 L 0 562.5 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"parallelogramLeft","keypoints":[0.29247852735017893],"opacity":1,"lock":true},{"type":"shape","id":"Y_8IcBLcs6","left":892.2004744958481,"top":223.00295857988155,"width":378.1138790035588,"height":339.4970414201184,"viewBox":[378.1138790035588,339.4970414201184],"path":"M 110.59019050162462 0 L 378.1138790035588 0 L 267.5236885019342 339.4970414201184 L 0 339.4970414201184 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"parallelogramLeft","keypoints":[0.29247852735017893],"lock":true},{"type":"text","id":"xULfA-LEkD","left":60.758007117437714,"top":151.4966729685647,"width":200,"height":80,"content":"

目录

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"shadow":{"h":1,"v":1,"blur":4,"color":"rgb(36, 36, 36)"}},{"type":"text","id":"V7v4uMPr_a","left":40.651245551601406,"top":222.27260342526742,"width":240.21352313167262,"height":44,"content":"

CONTENTS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":10,"lineHeight":1,"shadow":{"h":1,"v":1,"blur":4,"color":"#000000"}},{"type":"line","id":"Nhjnkj5QHk","left":114.04982206405703,"top":276.86335075622844,"start":[0,0],"end":[93.41637010676149,0],"points":["",""],"color":"#ffffff","style":"solid","width":6},{"type":"shape","id":"N64-r8SDSr","left":386.61138790035596,"top":26.206705034104353,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"Zw0ONgNnIS"},{"type":"shape","id":"TZo5iOJIzR","left":391.58979833926475,"top":31.18279952550415,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"Zw0ONgNnIS"},{"type":"text","id":"sqrym0LRxM","left":462.9346456109135,"top":34.706705034104345,"width":484.8754448398576,"height":53,"content":"

目录项一

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"Zw0ONgNnIS","textType":"item"},{"type":"shape","id":"dzOKTG_H5U","left":358.5652669039146,"top":111.27129452346855,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"MbYgbbzYXX"},{"type":"shape","id":"B8iAJfin_6","left":363.5436773428234,"top":116.24738901486836,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"MbYgbbzYXX"},{"type":"text","id":"ddok9qvpsT","left":434.88852461447215,"top":119.77129452346855,"width":484.8754448398576,"height":53,"content":"

目录项二

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"MbYgbbzYXX","textType":"item"},{"type":"shape","id":"9DebxphQL2","left":330.5191459074734,"top":196.33588401283276,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"968u5s_MVJ"},{"type":"shape","id":"eBf7P7OXBv","left":335.49755634638217,"top":201.31197850423257,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"968u5s_MVJ"},{"type":"text","id":"xBYXpELcq2","left":406.8424036180309,"top":204.83588401283276,"width":484.8754448398576,"height":53,"content":"

目录项三

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"968u5s_MVJ","textType":"item"},{"type":"shape","id":"1ODg8P6wou","left":302.47302491103204,"top":281.400473502197,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"aXLzFv4Miq"},{"type":"shape","id":"cFkIDAQG1h","left":307.4514353499408,"top":286.3765679935968,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"aXLzFv4Miq"},{"type":"text","id":"YohijsM7aP","left":378.79628262158957,"top":289.900473502197,"width":484.8754448398576,"height":53,"content":"

目录项四

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"aXLzFv4Miq","textType":"item"},{"type":"shape","id":"GDm1PCCil-","left":274.4269039145907,"top":366.4650629915612,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"pDbwotQUm4"},{"type":"shape","id":"TSUIltcl0E","left":279.4053143534995,"top":371.441157482961,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

05

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"pDbwotQUm4"},{"type":"text","id":"wYK4ChCEoB","left":350.7501616251482,"top":374.9650629915612,"width":484.8754448398576,"height":53,"content":"

目录项五

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"pDbwotQUm4","textType":"item"},{"type":"shape","id":"a_I5PEX4hf","left":246.38078291814946,"top":451.5296524809254,"width":70,"height":70,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"DkjTL_wAX8"},{"type":"shape","id":"pltkl-CltT","left":251.35919335705825,"top":456.5057469723252,"width":60,"height":60,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

06

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"DkjTL_wAX8"},{"type":"text","id":"Irgj4H7o2S","left":322.704040628707,"top":460.0296524809254,"width":484.8754448398576,"height":53,"content":"

目录项六

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"DkjTL_wAX8","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"contents"},{"id":"E426hV8TPB","elements":[{"type":"shape","id":"sHB5Z0TbRm","left":0,"top":131.3,"width":20,"height":300,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"obCpHrJ5eb","left":980,"top":131.3,"width":20,"height":300,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"ZKNTwm7eam","left":419.9999999999999,"top":99.53818579478059,"width":160,"height":160,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"partNumber"}},{"type":"text","id":"7XnqEe6EBD","left":162.2924080664294,"top":266.93118698102023,"width":675.4151838671412,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"nY_Y5AgPud","left":198.99169632265705,"top":363.29999999999995,"width":602.0166073546857,"height":68,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"MRlwBbG9G5","left":487.4999999999999,"top":500.35456702253856,"width":25,"height":25,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":90,"opacity":1,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"yR8WeI3GNO","elements":[{"type":"shape","id":"T0aekzNmcS","left":-2.1760371282653068e-14,"top":131.2,"width":1000,"height":300,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"b5wpTbegVW","left":479,"top":124.19999999999999,"width":42,"height":20,"viewBox":[42,20],"path":"M 21 0 L 0 20 L 42 20 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"triangle","keypoints":[0.5],"flipV":true,"lock":true},{"type":"text","id":"hy5_NElo0i","left":435.50000000000006,"top":165.5994068801898,"width":129,"height":68,"content":"

01

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"partNumber"},{"type":"text","id":"8f3Pw1Q3Mg","left":162.29240806642943,"top":238.19999999999996,"width":675.4151838671412,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"hVfUkrr0o7","left":198.99169632265716,"top":318.26880189798334,"width":602.0166073546857,"height":68,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"4P0XE_4Adf","left":487.4999999999999,"top":500.35456702253856,"width":25,"height":25,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":90,"opacity":1,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"EFE02M4I8u","elements":[{"type":"image","id":"qxvGhDUx4L","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":562.5,"height":562.5,"left":718.75,"top":0,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%","opacity":"20%"},"lock":true},{"type":"shape","id":"dx6tJYkUCP","left":40,"top":191.25,"width":180,"height":180,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"partNumber"}},{"type":"text","id":"Na0VSq3XRW","left":251.2603795966785,"top":191.25,"width":675.4151838671412,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"ZHKo98dSTB","left":251.2603795966785,"top":281.25,"width":447.0640569395018,"height":92,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"1gLn5iR9cg","left":260.74733096085413,"top":277.25,"start":[0,0],"end":[200.93119810201662,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"JBkmdeXpjY","elements":[{"type":"image","id":"sxjYt1xS2t","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":339.4128113879004,"height":226.27520759193357,"left":0,"top":158.6317615658362,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"shape","id":"laAj2eqQu6","left":322.3606168446025,"top":158.6317615658362,"width":677.6393831553975,"height":226.27520759193357,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"NIOW_vSIAD","left":339.41281138790026,"top":231.76936536180298,"width":111.20640569395017,"height":80,"content":"

01

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"partNumber"},{"type":"text","id":"1iwRrJUcqG","left":490.1393831553972,"top":188.76936536180298,"width":487.9893238434165,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"5hkSGLezUZ","left":490.1393831553972,"top":271.76936536180295,"width":487.98932384341657,"height":68,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"10kNVPH65D","left":466.38304418742587,"top":194.293090154211,"start":[0,0],"end":[0,154.95255041518388],"points":["",""],"color":"#ffffff","style":"solid","width":6,"lock":true},{"type":"image","id":"GwLLTuRFiy","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":562.5,"height":562.5,"left":718.75,"top":0,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%","opacity":"15%"}}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"4eYZJ7Ca7S","elements":[{"type":"shape","id":"6_HoNYFQwO","left":43.3,"top":90,"width":360,"height":360,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"outline":{"width":2,"color":"rgb(155, 0, 0)","style":"solid"},"lock":true},{"type":"image","id":"_9G9A6lrNi","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":562.5,"height":562.5,"left":718.75,"top":0,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%","opacity":"10%"},"lock":true},{"type":"text","id":"PLzGvW-kmc","left":423.2489064353499,"top":225.35438908659546,"width":425.5634638196916,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"bapwyoxDtk","left":423.2489064353499,"top":315.35438908659546,"width":447.0640569395018,"height":92,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"GxR7HVUbxc","left":432.73585779952555,"top":311.35438908659546,"start":[0,0],"end":[200.93119810201662,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1},{"type":"image","id":"9cWCFug4lW","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":360,"height":360,"left":31.171411625148266,"top":102.25533807829184,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"line","id":"xVLZhVp_dn","left":354.69028024911034,"top":119.26110246144722,"start":[0,0],"end":[169.0391459074733,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":8,"lock":true},{"type":"text","id":"60Q-jxEyUs","left":423.2489064353499,"top":142.24449510676158,"width":134.9671930604982,"height":92,"content":"

01

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"partNumber"}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"ZM8bYYFQ6n","elements":[{"type":"image","id":"h41YU2zjTc","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":287.8113879003558,"left":0,"top":0,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"clip":{"shape":"rect","range":[[0,30.131004366812228],[100,73.7991266375546]]},"lock":true},{"type":"shape","id":"YrMWDBZG_Z","left":425,"top":212.8113879003558,"width":150,"height":150,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#ffffff","fixedRatio":true,"rotate":0,"groupId":"8is1HOWbvE"},{"type":"shape","id":"jnoL6yEbDy","left":430,"top":217.8113879003558,"width":140,"height":140,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"partNumber"},"groupId":"8is1HOWbvE"},{"type":"text","id":"KwN9mGXXgv","left":96.67852906287065,"top":357.81138790035584,"width":806.6429418742587,"height":86,"content":"

模板小节过渡标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"wordSpace":0,"textType":"title"},{"type":"text","id":"IjMuDEhU_3","left":181.56880189798335,"top":443.81138790035584,"width":636.8623962040333,"height":68,"content":"

模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文模板小节过渡正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"shape","id":"BObpokFYes","left":11.417556346381927,"top":521.0788849347568,"width":30.397390272835104,"height":30.397390272835104,"viewBox":[30.397390272835104,30.397390272835104],"path":"M 0 0 L 0 30.397390272835104 L 30.397390272835104 30.397390272835104 L 30.397390272835104 27.357651245551594 L 3.0397390272835105 27.357651245551594 L 3.0397390272835105 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"j0s4d__7kW","left":957.8054567022539,"top":521.0788849347568,"width":30.397390272835104,"height":30.397390272835104,"viewBox":[30.397390272835104,30.397390272835104],"path":"M 0 0 L 0 30.397390272835104 L 30.397390272835104 30.397390272835104 L 30.397390272835104 27.357651245551594 L 3.0397390272835105 27.357651245551594 L 3.0397390272835105 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"transition"},{"id":"Xkwy3XOQgX","elements":[{"type":"text","id":"XPJL1bbw-o","left":124.51281138790031,"top":32.950307680901545,"width":832.3871886120996,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"4PWDKrLKu_","left":42.1,"top":29.950307680901542,"width":70,"height":70,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"4T8faz_fXX","left":42.08950548635823,"top":100.1,"start":[0,0],"end":[904.5077105575326,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"QlIWmgWNpG","left":53.75,"top":42.25030768090154,"width":46.7,"height":46.7,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"nkbfFwBXpI","left":272.7745551601424,"top":191.45421115065247,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"fqWXGZizO0"},{"type":"text","id":"pIge5bxcwH","left":122.77455516014243,"top":256.66298932384336,"width":360,"height":56,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"fqWXGZizO0","textType":"itemTitle"},{"type":"text","id":"KNsQOLhRaW","left":122.77455516014243,"top":312.6629893238434,"width":360,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"fqWXGZizO0","textType":"item"},{"type":"shape","id":"dYEid3YyXz","left":667.2254448398576,"top":191.45421115065247,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"J0BVEQOTet"},{"type":"text","id":"4qw7f6CoRU","left":517.2254448398576,"top":256.66298932384336,"width":360,"height":56,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"J0BVEQOTet","textType":"itemTitle"},{"type":"text","id":"Mf4Hq7P1_-","left":517.2254448398576,"top":312.6629893238434,"width":360,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"J0BVEQOTet","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"l9suGS9T0w","elements":[{"type":"text","id":"X47kOol97s","left":124.51281138790031,"top":32.950307680901545,"width":832.3871886120996,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"AK5x6xt_uA","left":42.1,"top":29.950307680901542,"width":70,"height":70,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"p7Q_8fzHjx","left":42.08950548635823,"top":100.1,"start":[0,0],"end":[904.5077105575326,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"_G5LMxdY6U","left":53.75,"top":42.25030768090154,"width":46.7,"height":46.7,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"vsYExAPImC","left":162.60000000000008,"top":190.7128113879004,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"XPGPINpoi2"},{"type":"text","id":"En04bAoZAO","left":42.60000000000006,"top":255.9215895610913,"width":300,"height":53,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"XPGPINpoi2","textType":"itemTitle"},{"type":"text","id":"-cTMc-bsZQ","left":42.1,"top":308.9215895610913,"width":300,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"XPGPINpoi2","textType":"item"},{"type":"shape","id":"Vmg5nVhlwP","left":470.00000000000006,"top":190.7128113879004,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"qAl9PNYpO3"},{"type":"text","id":"lo7dfXQovZ","left":350,"top":255.9215895610914,"width":300,"height":53,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"qAl9PNYpO3","textType":"itemTitle"},{"type":"text","id":"Lr6LFosxXB","left":350.00000000000006,"top":308.9215895610913,"width":300,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"qAl9PNYpO3","textType":"item"},{"type":"shape","id":"2lwHPKi_Jp","left":777.4000000000001,"top":188.455693950178,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"2Eoggzu1EI"},{"type":"text","id":"mSsr6YzCpr","left":657.3999999999999,"top":253.66447212336905,"width":300,"height":53,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"2Eoggzu1EI","textType":"itemTitle"},{"type":"text","id":"ihehnecr_S","left":656.9,"top":308.9215895610913,"width":300,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"2Eoggzu1EI","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"CI-9GGV870","elements":[{"type":"text","id":"7mCd12vwX1","left":124.51281138790031,"top":32.950307680901545,"width":832.3871886120996,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"3kdbcL92R9","left":42.1,"top":29.950307680901542,"width":70,"height":70,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"line","id":"ZiBrajr-FK","left":42.08950548635823,"top":100.1,"start":[0,0],"end":[904.5077105575326,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"0osXUTkrBj","left":53.75,"top":42.25030768090154,"width":46.7,"height":46.7,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"yfgHjk8uJk","left":110,"top":194.41981020166077,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

01

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"rLFQqKgKXU"},{"type":"text","id":"dYxqN1zGxh","left":20,"top":259.6069988137604,"width":240,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"rLFQqKgKXU","textType":"itemTitle"},{"type":"text","id":"UHnyhPP5n2","left":20,"top":309.6069988137603,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"rLFQqKgKXU","textType":"item"},{"type":"shape","id":"wdwhVy3FGw","left":350,"top":194.41981020166077,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

02

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"m4OnVg6P2u"},{"type":"text","id":"5jzw4XLVgF","left":260,"top":259.6069988137605,"width":240,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"m4OnVg6P2u","textType":"itemTitle"},{"type":"text","id":"VqXn6HBh-m","left":260,"top":309.6069988137604,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"m4OnVg6P2u","textType":"item"},{"type":"shape","id":"QliI3LLJkQ","left":590,"top":194.41981020166077,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

03

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"AE1x15BHF6"},{"type":"text","id":"yABWLD03UV","left":500,"top":259.6069988137605,"width":240,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"AE1x15BHF6","textType":"itemTitle"},{"type":"text","id":"xUpuSBIot0","left":500,"top":309.6069988137604,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"AE1x15BHF6","textType":"item"},{"type":"shape","id":"KbFu99PXyv","left":830,"top":194.41981020166077,"width":60,"height":60,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"text":{"content":"

04

","defaultFontName":"","defaultColor":"#000","align":"middle","type":"itemNumber"},"groupId":"eUw9k25hy4"},{"type":"text","id":"bX2uO1Ism2","left":740,"top":259.60699881376075,"width":240,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"eUw9k25hy4","textType":"itemTitle"},{"type":"text","id":"FgRAbOc5uH","left":740,"top":309.60699881376064,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"eUw9k25hy4","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"Htu2RJRxw1","elements":[{"type":"image","id":"p6pJ9n6glh","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":344.1577698695136,"left":0,"top":111.57580071174377,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"clip":{"shape":"rect","range":[[0,29.842931937172775],[100,82.19895287958116]]},"lock":false},{"type":"shape","id":"7jVwfMR3D3","left":0,"top":111.57580071174378,"width":1000,"height":344.0241992882562,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"eFdW3K4_ZM","left":14.485527876631055,"top":30.726108392645315,"width":971.0289442467379,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"line","id":"NwsAZ4balJ","left":25.20759193357058,"top":95.87580071174376,"start":[0,0],"end":[946.7674970344009,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"text","id":"XI_R1qVU7K","left":113.57740213523128,"top":197.31079478054568,"width":360,"height":56,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"y76o4T1LWv","textType":"itemTitle"},{"type":"text","id":"uAakaDze3U","left":148.5774021352313,"top":253.3510083036773,"width":290,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"y76o4T1LWv","textType":"item"},{"type":"text","id":"slG3krK1lP","left":526.4225978647687,"top":197.31079478054568,"width":360,"height":56,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"P3KDXeos6E","textType":"itemTitle"},{"type":"text","id":"NuPKTn9k-3","left":561.4225978647687,"top":253.3510083036773,"width":290,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"P3KDXeos6E","textType":"item"},{"type":"shape","id":"CIQgwFKp_w","left":900.5269869513642,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"j3CuQZkUl5","left":929.8033807829182,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"khmpwIGhVn","left":959.0797746144723,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"FEpT39jjGV","elements":[{"type":"image","id":"_nBXsgulr1","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":344.1577698695136,"left":0,"top":111.57580071174377,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"clip":{"shape":"rect","range":[[0,29.842931937172775],[100,82.19895287958116]]},"lock":false},{"type":"shape","id":"lNI1CV-1_e","left":0,"top":111.57580071174378,"width":1000,"height":344.0241992882562,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"vNGrSIoEyv","left":14.485527876631055,"top":30.726108392645315,"width":971.0289442467379,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"line","id":"Jxm2DAQ_bC","left":25.20759193357058,"top":95.87580071174376,"start":[0,0],"end":[946.7674970344009,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"text","id":"HJF1h21pcs","left":20.28146500593124,"top":197.31079478054568,"width":320,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"pYtUD8KY0Z","textType":"itemTitle"},{"type":"text","id":"fq-B-Wiqcg","left":35.28146500593124,"top":253.3510083036773,"width":290,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"pYtUD8KY0Z","textType":"item"},{"type":"shape","id":"r9gLWJedXP","left":900.5269869513642,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"t9KkzYs3Rz","left":929.8033807829182,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"kQotFV3A-D","left":959.0797746144723,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"f9vtkbPo_s","left":340.00000000000006,"top":197.31079478054568,"width":320,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"gU1sS2bwh_","textType":"itemTitle"},{"type":"text","id":"rhxh7G0Fbh","left":355.00000000000006,"top":253.3510083036773,"width":290,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"gU1sS2bwh_","textType":"item"},{"type":"text","id":"1JRHs9kzgM","left":659.7185349940687,"top":197.31079478054568,"width":320,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"ZammwNMv7u","textType":"itemTitle"},{"type":"text","id":"HarSQWNDfb","left":674.7185349940687,"top":253.3510083036773,"width":290,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"ZammwNMv7u","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"QfonksVFv5","elements":[{"type":"image","id":"DDho8zIdN8","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":344.1577698695136,"left":0,"top":111.57580071174377,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"clip":{"shape":"rect","range":[[0,29.842931937172775],[100,82.19895287958116]]},"lock":false},{"type":"shape","id":"-WypBFQB9i","left":0,"top":111.57580071174378,"width":1000,"height":344.0241992882562,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true,"opacity":0.8},{"type":"text","id":"iPL5Su83-U","left":14.485527876631055,"top":30.726108392645315,"width":971.0289442467379,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"line","id":"MT-3mo5dJK","left":25.20759193357058,"top":95.87580071174376,"start":[0,0],"end":[946.7674970344009,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"text","id":"9t1Et2cEhC","left":14.485527876631055,"top":196.5693950177936,"width":240,"height":47,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"CaeuxQ2ET8","textType":"itemTitle"},{"type":"text","id":"DpL-CmhS5Q","left":14.485527876631055,"top":243.55860023724793,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"CaeuxQ2ET8","textType":"item"},{"type":"shape","id":"hyyXuCRbb6","left":900.5269869513642,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"1u8xooh-9P","left":929.8033807829182,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"xf6snMUoFX","left":959.0797746144723,"top":475.75622775800707,"width":20,"height":20,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"text","id":"lbRxArLbnQ","left":258.16184262554367,"top":196.5693950177936,"width":240,"height":47,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"wPRHQmeUiL","textType":"itemTitle"},{"type":"text","id":"-QeOKlXUwi","left":258.16184262554367,"top":243.55860023724793,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"wPRHQmeUiL","textType":"item"},{"type":"text","id":"a2YhXPzTmW","left":501.8381573744563,"top":196.5693950177936,"width":240,"height":47,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"mSAS60BuNF","textType":"itemTitle"},{"type":"text","id":"cqGMVD7lvO","left":501.8381573744563,"top":243.55860023724793,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"mSAS60BuNF","textType":"item"},{"type":"text","id":"TGCsJsOare","left":745.5144721233689,"top":196.5693950177936,"width":240,"height":47,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"IVno5JZaPA","textType":"itemTitle"},{"type":"text","id":"jAd4rkauq8","left":745.5144721233689,"top":243.55860023724793,"width":240,"height":140,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"IVno5JZaPA","textType":"item"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"uLaMS1nhGV","elements":[{"type":"line","id":"or3TzqC6fQ","left":753.929418742586,"top":552.9455627224199,"start":[0,0],"end":[257.26571767497035,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"dotted","width":20,"lock":true},{"type":"line","id":"SNeLsEowLs","left":0,"top":553.0487655693951,"start":[0,0],"end":[779.9525504151839,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":20,"lock":true},{"type":"shape","id":"OJKQ6P3Jjd","left":0,"top":144.5,"width":1000,"height":295.1,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"6FlhrwIw6G","left":93.1613285883749,"top":172.6846381969158,"width":383.3036773428233,"height":238.73072360616845,"viewBox":[383.3036773428233,238.73072360616845],"path":"M 29.841340450771057 0 L 383.3036773428233 0 L 383.3036773428233 208.8893831553974 Q 383.3036773428233 238.73072360616845 353.46233689205224 238.73072360616845 L 0 238.73072360616845 L 0 29.841340450771057 Q 0 0 29.841340450771057 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"jOGqKSa3j6"},{"type":"text","id":"yLGFrIe8Ho","left":134.81316725978658,"top":246.0002965599051,"width":300,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"jOGqKSa3j6","textType":"itemTitle"},{"type":"text","id":"6XawevAyQp","left":134.81316725978655,"top":289.43979833926454,"width":300,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"jOGqKSa3j6","textType":"item"},{"type":"image","id":"xqeLTuBOBI","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":60,"height":60,"left":254.81316725978658,"top":186.0002965599051,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"},"groupId":"jOGqKSa3j6","shadow":{"h":2,"v":2,"blur":4,"color":"#808080"}},{"type":"shape","id":"3Id4yJ7r5J","left":523.534994068802,"top":166.7090747330961,"width":383.3036773428233,"height":238.73072360616845,"viewBox":[383.3036773428233,238.73072360616845],"path":"M 29.841340450771057 0 L 383.3036773428233 0 L 383.3036773428233 208.8893831553974 Q 383.3036773428233 238.73072360616845 353.46233689205224 238.73072360616845 L 0 238.73072360616845 L 0 29.841340450771057 Q 0 0 29.841340450771057 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"uphwWsEh3h"},{"type":"text","id":"EsZvXertnu","left":565.1868327402135,"top":240.0247330960854,"width":300,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"uphwWsEh3h","textType":"itemTitle"},{"type":"text","id":"CtcNjvAa62","left":565.1868327402135,"top":283.4642348754446,"width":300,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"uphwWsEh3h","textType":"item"},{"type":"image","id":"XDRK55EqpP","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":60,"height":60,"left":685.1868327402133,"top":180.02473309608538,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"},"groupId":"uphwWsEh3h","shadow":{"h":2,"v":2,"blur":4,"color":"#808080"}},{"type":"text","id":"prsX7b5KHn","left":66.28577253855278,"top":52.22670151245551,"width":919.2286995848161,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"tbSj6_rn3k","left":18.8,"top":60.2,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"MSvLMvl3uD","elements":[{"type":"line","id":"smX2eqG7qN","left":753.929418742586,"top":552.9455627224199,"start":[0,0],"end":[257.26571767497035,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"dotted","width":20,"lock":true},{"type":"line","id":"qGfaD2aRGg","left":0,"top":553.0487655693951,"start":[0,0],"end":[779.9525504151839,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":20,"lock":true},{"type":"shape","id":"tSeArUmT9c","left":0,"top":144.5,"width":1000,"height":295.1,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"g65cIoDVng","left":30.006053529062875,"top":172.70000000000005,"width":300,"height":238.7,"viewBox":[300,238.7],"path":"M 29.8375 0 L 300 0 L 300 208.86249999999998 Q 300 238.7 270.1625 238.7 L 0 238.7 L 0 29.8375 Q 0 0 29.8375 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"RNnJ1blc-z"},{"type":"text","id":"84Cmlnx9bk","left":40.00605352906286,"top":246.01536180308423,"width":280,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"RNnJ1blc-z","textType":"itemTitle"},{"type":"text","id":"2iRWJ5YSuk","left":40.00605352906286,"top":289.4153618030841,"width":280,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"RNnJ1blc-z","textType":"item"},{"type":"image","id":"05JlO5pTp3","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":60,"height":60,"left":150.0060535290628,"top":186.01536180308423,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"},"shadow":{"h":2,"v":2,"blur":4,"color":"#808080"},"groupId":"RNnJ1blc-z"},{"type":"text","id":"VA1TtHjLiQ","left":66.28577253855278,"top":52.22670151245551,"width":919.2286995848161,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"0TFZm5yUlZ","left":18.8,"top":60.2,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"7h_tFwlWxS","left":350,"top":172.70000000000005,"width":300,"height":238.7,"viewBox":[300,238.7],"path":"M 29.8375 0 L 300 0 L 300 208.86249999999998 Q 300 238.7 270.1625 238.7 L 0 238.7 L 0 29.8375 Q 0 0 29.8375 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"8UbHbxjY16"},{"type":"text","id":"opyNKT3DAH","left":360,"top":246.0153618030842,"width":280,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"8UbHbxjY16","textType":"itemTitle"},{"type":"text","id":"_01S8CxzKp","left":360,"top":289.415361803084,"width":280,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"8UbHbxjY16","textType":"item"},{"type":"image","id":"fiUDiAtG8b","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":60,"height":60,"left":470.0000000000001,"top":186.01536180308423,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"},"shadow":{"h":2,"v":2,"blur":4,"color":"#808080"},"groupId":"8UbHbxjY16"},{"type":"shape","id":"s_YMf8724H","left":669.9939464709372,"top":172.70000000000002,"width":300,"height":238.7,"viewBox":[300,238.7],"path":"M 29.8375 0 L 300 0 L 300 208.86249999999998 Q 300 238.7 270.1625 238.7 L 0 238.7 L 0 29.8375 Q 0 0 29.8375 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"Ri0R4T0iCO"},{"type":"text","id":"AgtzB8Klnj","left":679.9939464709372,"top":246.01536180308418,"width":280,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"Ri0R4T0iCO","textType":"itemTitle"},{"type":"text","id":"sgbQPoRHcn","left":679.9939464709372,"top":289.4153618030841,"width":280,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"Ri0R4T0iCO","textType":"item"},{"type":"image","id":"a3vFMm9c2y","src":"https://images.pexels.com/photos/29928161/pexels-photo-29928161.jpeg?auto=compress&cs=tinysrgb&w=600","width":60,"height":60,"left":789.9939464709372,"top":186.0153618030842,"fixedRatio":true,"rotate":0,"clip":{"shape":"ellipse","range":[[0,0],[100,100]]},"filters":{"grayscale":"100%"},"shadow":{"h":2,"v":2,"blur":4,"color":"#808080"},"groupId":"Ri0R4T0iCO"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"HyxBgK_8HD","elements":[{"type":"line","id":"JZDSxqkgne","left":753.929418742586,"top":552.9455627224199,"start":[0,0],"end":[257.26571767497035,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"dotted","width":20,"lock":true},{"type":"line","id":"GpfJYew-zr","left":0,"top":553.0487655693951,"start":[0,0],"end":[779.9525504151839,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":20,"lock":true},{"type":"shape","id":"zwNy7sjU5l","left":20.72046263345199,"top":106.68861209964412,"width":958.559074733096,"height":391.4819691577699,"viewBox":[958.559074733096,391.4819691577699],"path":"M 29.875428483798675 0 L 958.559074733096 0 L 958.559074733096 361.60654067397127 Q 958.559074733096 391.4819691577699 928.6836462492973 391.4819691577699 L 0 391.4819691577699 L 0 29.875428483798675 Q 0 0 29.875428483798675 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":1,"pathFormula":"roundRectDiagonal","keypoints":[0.07631367684205827],"lock":true},{"type":"text","id":"8kwpL5AMt0","left":66.35273576512463,"top":24.70831479833926,"width":917.0045002965599,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"textType":"title"},{"type":"shape","id":"khLzhRTMuZ","left":20.72046263345199,"top":32.70831479833926,"width":40,"height":40,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"lock":true},{"type":"shape","id":"4U0cx1s0Hh","left":30.27580071174369,"top":116.38801897983397,"width":464.5907473309609,"height":181.20717674970336,"viewBox":[464.5907473309609,181.20717674970336],"path":"M 22.65089709371292 0 L 464.5907473309609 0 L 464.5907473309609 158.55627965599044 Q 464.5907473309609 181.20717674970336 441.939850237248 181.20717674970336 L 0 181.20717674970336 L 0 22.65089709371292 Q 0 0 22.65089709371292 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"pLMbasKd03"},{"type":"text","id":"U0MgegYyYZ","left":137.74317912218257,"top":125.20160142348757,"width":337.08778173190984,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"itemTitle","groupId":"pLMbasKd03"},{"type":"text","id":"SurBFueI5E","left":137.74317912218257,"top":168.52900355871887,"width":337.08778173190984,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"pLMbasKd03","textType":"item"},{"type":"image","id":"-oCVaVViMV","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":76.95729537366549,"height":126.55693950177937,"left":51.73368920521935,"top":143.71313760379596,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":false,"clip":{"shape":"rect","range":[[0,0],[91.74311926605505,100]]},"radius":5,"groupId":"pLMbasKd03"},{"type":"shape","id":"4Uj3V6W5Jw","left":505.28884934756815,"top":116.38801897983397,"width":464.5907473309609,"height":181.20717674970336,"viewBox":[464.5907473309609,181.20717674970336],"path":"M 22.65089709371292 0 L 464.5907473309609 0 L 464.5907473309609 158.55627965599044 Q 464.5907473309609 181.20717674970336 441.939850237248 181.20717674970336 L 0 181.20717674970336 L 0 22.65089709371292 Q 0 0 22.65089709371292 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"wiVHgyUmhy"},{"type":"text","id":"YH7Albs6l9","left":612.7562277580071,"top":125.20160142348757,"width":337.08778173190984,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"wiVHgyUmhy","textType":"itemTitle"},{"type":"text","id":"mA1JIQ0Qz4","left":612.7562277580071,"top":168.5290035587188,"width":337.08778173190984,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"wiVHgyUmhy","textType":"item"},{"type":"image","id":"ov8077oZJd","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":76.95729537366549,"height":126.55693950177937,"left":526.7467378410438,"top":143.7131376037959,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":false,"clip":{"shape":"rect","range":[[0,0],[91.74311926605505,100]]},"radius":5,"groupId":"wiVHgyUmhy"},{"type":"shape","id":"gB-r9m2-or","left":30.27580071174371,"top":307.50729537366544,"width":464.5907473309609,"height":181.20717674970336,"viewBox":[464.5907473309609,181.20717674970336],"path":"M 22.65089709371292 0 L 464.5907473309609 0 L 464.5907473309609 158.55627965599044 Q 464.5907473309609 181.20717674970336 441.939850237248 181.20717674970336 L 0 181.20717674970336 L 0 22.65089709371292 Q 0 0 22.65089709371292 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"co2yFbWSVK"},{"type":"text","id":"uc6ZBbOiPP","left":137.74317912218257,"top":316.320877817319,"width":337.08778173190984,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"co2yFbWSVK","textType":"itemTitle"},{"type":"text","id":"d0zrYO_ZER","left":137.74317912218257,"top":359.6482799525503,"width":337.08778173190984,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"co2yFbWSVK","textType":"item"},{"type":"image","id":"ThhG3PDKjV","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":76.95729537366549,"height":126.55693950177937,"left":51.73368920521936,"top":334.83241399762744,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":false,"clip":{"shape":"rect","range":[[0,0],[91.74311926605505,100]]},"radius":5,"groupId":"co2yFbWSVK"},{"type":"shape","id":"0vXN0Vd39s","left":505.28884934756843,"top":307.50729537366544,"width":464.5907473309609,"height":181.20717674970336,"viewBox":[464.5907473309609,181.20717674970336],"path":"M 22.65089709371292 0 L 464.5907473309609 0 L 464.5907473309609 158.55627965599044 Q 464.5907473309609 181.20717674970336 441.939850237248 181.20717674970336 L 0 181.20717674970336 L 0 22.65089709371292 Q 0 0 22.65089709371292 0 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"pathFormula":"roundRectDiagonal","keypoints":[0.125],"shadow":{"h":1,"v":1,"blur":2,"color":"rgba(108, 107, 107, 0.36)"},"groupId":"2RFdgFxzKb"},{"type":"text","id":"ddfv7fCGIq","left":612.7562277580071,"top":316.320877817319,"width":337.08778173190984,"height":50,"content":"

内容项标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"2RFdgFxzKb","textType":"itemTitle"},{"type":"text","id":"fTfdkoezQt","left":612.7562277580071,"top":359.6482799525503,"width":337.08778173190984,"height":116,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"groupId":"2RFdgFxzKb","textType":"item"},{"type":"image","id":"vzVOVTS5V3","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":76.95729537366549,"height":126.55693950177937,"left":526.7467378410438,"top":334.8324139976273,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%","opacity":"100%"},"lock":false,"clip":{"shape":"rect","range":[[0,0],[91.74311926605505,100]]},"radius":5,"groupId":"2RFdgFxzKb"}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"5RzzRus0T3","elements":[{"type":"image","id":"28ppOIUtB0","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":372.8317223198594,"height":562.5,"left":0,"top":0,"fixedRatio":true,"rotate":0,"lock":true,"radius":0,"filters":{"grayscale":"100%"}},{"type":"text","id":"7FRayOtg_b","left":451.4176786773429,"top":143.26334519572953,"width":510.82443653618026,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"paragraphSpace":0,"textType":"title"},{"type":"shape","id":"4e-Zx3_eW9","left":419.4176786773429,"top":155.26334519572953,"width":32,"height":32,"viewBox":[200,200],"path":"M 0 0 L 80 0 L 200 100 L 80 200 L 0 200 L 120 100 L 0 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"EKEv5ngr8j","left":419.4176786773429,"top":235.25,"width":542.8244365361803,"height":92,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"bwIp7JGbNP","left":419.19205960854094,"top":213.41887233096085,"start":[0,0],"end":[540.4804270462632,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"5JiuPK0Y7m","left":952.2597864768684,"top":11.378540183867166,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"h2s2gk4wxE","left":952.2597864768684,"top":513.6679826512456,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"TKqz4TKoya","elements":[{"type":"image","id":"ex8J_yNoJS","src":"https://images.pexels.com/photos/29968980/pexels-photo-29968980.jpeg?auto=compress&cs=tinysrgb&w=600","width":372.8317223198594,"height":562.5,"left":627.1682776801406,"top":0,"fixedRatio":true,"rotate":0,"lock":true,"radius":0,"filters":{"grayscale":"100%"}},{"type":"text","id":"KyKJpgFCKe","left":41.042129169283385,"top":145.2339557820458,"width":510.82443653618026,"height":56,"content":"

模板内容页标题

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"lineHeight":1,"paragraphSpace":0,"textType":"title"},{"type":"shape","id":"Ux-sxr9RCH","left":551.8665657054636,"top":157.2339557820458,"width":32,"height":32,"viewBox":[200,200],"path":"M 200 0 L 120 0 L 0 100 L 120 200 L 200 200 L 80 100 L 200 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"lock":true},{"type":"text","id":"SWvlYkR6yg","left":41.042129169283385,"top":238.00562209981848,"width":542.8244365361803,"height":92,"content":"

内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项正文内容项

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false,"textType":"content"},{"type":"line","id":"ZVCQAicdyr","left":40.81651010048142,"top":216.17449443077933,"start":[0,0],"end":[540.4804270462632,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":2,"lock":true},{"type":"shape","id":"Pd2LQY4J2h","left":14.2,"top":14.1,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"jYib_sCp4Q","left":14.2,"top":513.3,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"text","id":"kyvUz3BtoZ","left":900.3591427674274,"top":413.5293463470798,"width":157.00230270043963,"height":44,"content":"","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"#fff"},"type":"content"},{"id":"rAAjqeMjyw","elements":[{"type":"shape","id":"sbx5IuDoGQ","left":0,"top":0,"width":1000,"height":281.25,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"5FW6ltFumY","left":0,"top":281.25,"width":1000,"height":281.25,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(242, 242, 242)","fixedRatio":false,"rotate":0,"lock":true},{"type":"shape","id":"-vds5fnFyB","left":40,"top":40,"width":920,"height":482,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"shadow":{"h":4,"v":4,"blur":8,"color":"rgba(128, 128, 128, 0.13)"},"lock":true},{"type":"text","id":"UUp5Z_uaYs","left":90.00000000000006,"top":170,"width":820,"height":101,"content":"

谢谢聆听 THINKS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"line","id":"bh11k8QG4u","left":350.60201660735464,"top":281.25,"start":[0,0],"end":[298.79596678529066,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1},{"type":"text","id":"3ouq_lCf_F","left":419.99999999999994,"top":308.4282325029656,"width":160,"height":44,"content":"

演讲人:XXX

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"shape","id":"3y1nK04lbk","left":53.347697953736684,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"Aw_f4UN1aE","left":910,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"Av2_nmozHh","left":910,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"bvzwM5OOA-","left":53.347697953736684,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.1],"lock":true}],"background":{"type":"solid","color":"#fff"},"type":"end"},{"id":"jEKEny1ygd","elements":[{"type":"shape","id":"xdH5A1107_","left":71.7,"top":-71.7,"width":562.5,"height":706.1,"viewBox":[200,200],"path":"M 200 0 L 200 200 L 0 200 L 0 100 L 200 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"lock":true},{"type":"shape","id":"N1Si-FufRj","left":395.7045740004187,"top":-43.004574000418714,"width":564.0700230270044,"height":649.5791710278418,"viewBox":[200,200],"path":"M 200 0 L 200 200 L 0 200 L 0 100 L 200 0 Z","fill":"rgb(242, 242, 242)","fixedRatio":false,"rotate":90,"lock":true,"flipH":true,"flipV":true},{"type":"shape","id":"z_kGaMiHSX","left":40,"top":40,"width":920,"height":482,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"#ffffff","fixedRatio":false,"rotate":0,"shadow":{"h":4,"v":4,"blur":8,"color":"rgba(128, 128, 128, 0.13)"},"lock":true},{"type":"shape","id":"X8Hlc0YYXL","left":53.347697953736684,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"lg26uUrngb","left":910,"top":472.90878929418744,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":-90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"PQ5L4YSrPZ","left":910,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":180,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"shape","id":"KkDL49V54L","left":53.347697953736684,"top":54.37972642348757,"width":36.65230204626337,"height":36.65230204626337,"viewBox":[36.65230204626337,36.65230204626337],"path":"M 0 0 L 0 36.65230204626337 L 36.65230204626337 36.65230204626337 L 36.65230204626337 32.98707184163703 L 3.6652302046263374 32.98707184163703 L 3.6652302046263374 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":90,"pathFormula":"L","keypoints":[0.1],"lock":true},{"type":"text","id":"b6U7kIRWV_","left":90.00000000000006,"top":170,"width":820,"height":101,"content":"

谢谢聆听 THINKS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"line","id":"6N-yDo9cwX","left":350.60201660735464,"top":281.25,"start":[0,0],"end":[298.79596678529066,0],"points":["",""],"color":"rgb(155, 0, 0)","style":"solid","width":1},{"type":"text","id":"B57AU7lZ_n","left":419.99999999999994,"top":308.4282325029656,"width":160,"height":44,"content":"

演讲人:XXX

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"#fff"},"type":"end"},{"id":"WpQtpNtVtO","elements":[{"type":"image","id":"DsFX3NYTPF","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":666.6666666666667,"left":0,"top":-104.16666666666679,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"shape","id":"R4x73aAdkc","left":0,"top":131.3,"width":1000,"height":300,"viewBox":[200,200],"path":"M 0 0 L 200 0 L 200 200 L 0 200 Z","fill":"rgb(155, 0, 0)","fixedRatio":false,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"f-9w3iv4tG","left":159.99999999999997,"top":200.99679715302491,"width":680,"height":101,"content":"

谢谢聆听

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"line","id":"9gWAzE5EgV","left":358.01601423487546,"top":301.9967971530249,"start":[0,0],"end":[283.96797153024914,0],"points":["",""],"color":"#ffffff","style":"solid","width":1},{"type":"text","id":"YdLLcye1Q_","left":261.95,"top":312.2196026097272,"width":476.1,"height":68,"content":"

THINKS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"#fff"},"type":"end"},{"id":"gtVuPmooUH","elements":[{"type":"image","id":"GLrcqfjfMm","src":"https://images.pexels.com/photos/620337/pexels-photo-620337.jpeg?auto=compress&cs=tinysrgb&w=600","width":1000,"height":666.6666666666667,"left":0,"top":-104.16666666666679,"fixedRatio":true,"rotate":0,"filters":{"grayscale":"100%"},"lock":true},{"type":"shape","id":"sXkA6UM7yI","left":230,"top":11.250000000000021,"width":540,"height":540,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"#00000000","fixedRatio":true,"rotate":0,"opacity":0.7,"lock":true,"outline":{"width":2,"color":"rgb(155, 0, 0)","style":"solid"}},{"type":"shape","id":"BLuPh3nwyW","left":240,"top":21.25000000000002,"width":520,"height":520,"viewBox":[200,200],"path":"M 100 0 A 50 50 0 1 1 100 200 A 50 50 0 1 1 100 0 Z","fill":"rgb(155, 0, 0)","fixedRatio":true,"rotate":0,"opacity":0.7,"lock":true},{"type":"text","id":"2fQaYHK7jh","left":261.7712336892052,"top":198.12500000000003,"width":476.1150652431791,"height":101,"content":"

谢谢聆听

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false},{"type":"line","id":"-Y501D4Usy","left":451.6318505338078,"top":299.625,"start":[0,0],"end":[91.20403321470945,0],"points":["",""],"color":"#ffffff","style":"solid","width":1},{"type":"text","id":"0y8DqvInyr","left":261.95,"top":312.2196026097272,"width":476.1,"height":68,"content":"

THINKS

","rotate":0,"defaultFontName":"","defaultColor":"#333","vertical":false}],"background":{"type":"solid","color":"#fff"},"type":"end"}]} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 394e22c9..49e687b2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@ @@ -9,10 +11,12 @@